Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 python 中使用复制树库(下面的示例)但是我希望脚本复制整个文件夹,而不仅仅是文件夹内的内容。我需要添加或修改来纠正这个问题吗
import copy_tree from distutils.dir_util copy_tree(src, dst)
在目的地创建具有相同名称的文件夹,然后使用copy_tree?
copy_tree