摘要: 1 import os 2 path = "E:\\test\\" 3 drop_str= '_00001' 4 #获取该目录下所有文件,存入列表中 5 fileList=os.listdir(path) 6 for file in fileList: 7 old=path + file 8 new 阅读全文
posted @ 2021-07-14 15:46 cincinOne 阅读(916) 评论(0) 推荐(0)