2. 接著是檔案複製貼上,用os.walk提取將所有檔案名稱和目錄,再利用shutil.copyfile 把檔案複製到新目錄。 import os import shutil dst = '/Users/test/ ...
確定! 回上一頁