摘要: src_path = r'd:\ppython\p1' #初始位置 tar_path = r'd:\ppython\p2' #目标位置 #函数 def copy(src,tar): if os.path.isdir(src) and os.path.isdir(tar): filelist = os 阅读全文
posted @ 2020-05-28 10:00 Akmf's_blog 阅读(86) 评论(0) 推荐(0)