摘要: import os path =r'C:\Users\Administrator\Desktop\0369data' def readfile(path): for root,dirs,files in os.walk(path): #print(root) #print(dirs) for f in files: ... 阅读全文
posted @ 2018-12-13 11:43 safufu 阅读(174) 评论(0) 推荐(0) 编辑