摘要: python复制文件夹有两种方法: 1、使用shutil模块:(要保存的路径必须事先不存在) 2、使用shell模块:(要保存的路径事先可以存在) 阅读全文
posted @ 2019-01-08 17:05 小呆丶 阅读(1199) 评论(0) 推荐(0) 编辑