shutil 模块有很多便捷的函数可以复制文件和目录。使用起来非常简单,比如:. import shutil # Copy src to dst. ... 它的文档很值得一看,参考Python documentation.
確定! 回上一頁