摘要: 百度经验连接 https://jingyan.baidu.com/article/f0e83a257f30e722e4910163.html 阅读全文
posted @ 2019-09-02 17:18 code口德 阅读(299) 评论(0) 推荐(0) 编辑
摘要: # -*-coding:utf-8-*-import osdef get_file(filepath): # 遍历filepath下所有文件,包括子目录 files = os.listdir(filepath) for file in files: # 文件路径拼接操作 file_second = 阅读全文
posted @ 2019-09-02 16:14 code口德 阅读(320) 评论(0) 推荐(0) 编辑