摘要: import os import chardet f = open('c.txt','a',encoding='utf-8') codes = [] def getAllDirRE(path, sp = ""): #得到当前目录下所有的文件 filesList = os.listdir(path) 阅读全文
posted @ 2021-11-18 11:44 Weekend 阅读(218) 评论(0) 推荐(0)