摘要: 1、通用文件copy工具实现 inp_file = input("请输入需要复制文件的路径:").strip() new_file = input("需要创建文件副本位置:").strip() with open(rf"{inp_file}",mode="rb") as f,\ open(rf"{n 阅读全文
posted @ 2020-03-16 21:16 Jil-Menzerna 阅读(168) 评论(0) 推荐(0)