python的內置模塊shutil 可以提供給我們一些操作文件以及目錄的方法。 import shutil #複製文件: shutil.copyfile(src, dst) #src和dst都只能是 ...
確定! 回上一頁