我們可以使用os.listdir()先列出資料夾的所有檔案及資料夾: ... for root, dirs, files in os.walk('. ... 例如剛剛有提到的shutil,或是pathlib,
確定! 回上一頁