摘要: 1 # -*- coding: utf-8 -*- 2 import os,shutil 3 #设定文件路径 4 path = 'D:\\lunais' 5 6 #对目录下的文件进行遍历 7 for file in os.listdir(path): 8 if os.path.isfile(os.p 阅读全文
posted @ 2021-04-07 15:40 Lunais 阅读(126) 评论(0) 推荐(0) 编辑