摘要: 跨文件夹移动文件 递归删除的思路 递归遍历打印目标路径中所有的txt文件 项目开放周期 # 递归遍历def list_file(folder, suffix, ls=[]): if not os.path.exists(folder): return ls if os.path.isfile(fol 阅读全文
posted @ 2019-05-08 19:15 郝俊连城 阅读(128) 评论(0) 推荐(0) 编辑