摘要: 最终强烈建议的方案如下: def getFilePathList(path, filetype): pathList = [] for root, dirs, files in os.walk(path): for file in f... 阅读全文
posted @ 2020-11-04 22:00 bH1pJ 阅读(263) 评论(0) 推荐(0)
摘要: 最终强烈建议的方案如下: def getFilePathList(path, filetype): pathList = [] for root, dirs, files in os.walk(path): for file in f... 阅读全文
posted @ 2020-11-04 22:00 bH1pJ 阅读(204) 评论(0) 推荐(0)