摘要: -- 批量给文件夹重命名 import os path = 'C:\\Users\\tylerzhu\\Desktop\\icon' for file in os.listdir(path): if os.path.isfile(os.path.join(path,file))==True: new 阅读全文
posted @ 2020-08-28 17:31 噜啦啦zyq 阅读(130) 评论(0) 推荐(0) 编辑