摘要: 将当前文件夹的文件根据创建时间进行整理 # 整理当前文件夹 import time import os import shutil # 将旧文件复制到新路径 def cutFile(fileName): if os.path.isdir(fileName) == True: return if fi 阅读全文
posted @ 2023-11-03 10:37 wstong 阅读(9) 评论(0) 推荐(0) 编辑