摘要: 一、拷贝,移动,改名 import shutil old_file=r"C:\Users\ffm11\Desktop\AI.docx" new_file=r"C:\Users\ffm11\Desktop\AI_new.docx" # 拷贝文件和权限,不能覆盖目标文件 shutil.copy(old_ 阅读全文
posted @ 2019-12-14 21:45 Maple_feng 阅读(503) 评论(0) 推荐(0) 编辑