shutil.copy(src, dst) 可以將來源檔案( src ) 包含權限資訊,複製到指定的目錄變成新檔案( dst )。 import os import shutil os.chdir('/content/drive/MyDrive/Colab ...
確定! 回上一頁