shutil 是 Python 中的高级文件操作模块。 ... shutil.copy(src, dst) 将源文件复制到目标地址: ... shutil.move 可以整体移动文件夹,与 os.rename 功能差不多。
確定! 回上一頁