shutil 模块有很多便捷的函数可以复制文件和目录。使用起来非常简单,比如:. import shutil # Copy src to dst. (cp src dst) shutil.copy(src, dst) # Copy files, ...
確定! 回上一頁