shell相關模塊 subprocess模塊

系統管理模塊 shutil模塊html 複製和移動 1.shutil.copyfileobj(fsrc,fdst[length]) 將相似文件的對象fsrc的內容複製到相似文件的對象fdst 2.shutil.copyfile(src,dst, *, follow_symlinks=True) 將名爲src的文件的內容(無元數據)複製到名爲dst的文件,而後返回dst # 練習 import sh
相關文章
相關標籤/搜索