摘要: 1 import os 2 import re 3 4 zifu = [''] 5 count = 0 6 7 def traverse(f): 8 global count 9 fs = os.listdir(f) 10 for f1 in fs: 11 tmp_path = os.path.join(f,f1) 12 ... 阅读全文
posted @ 2018-09-02 12:19 饭桶大叔 阅读(113) 评论(0) 推荐(0) 编辑