摘要: import os s = "java" p = "d:\lw" m = 1024 * 1024 * 1024 #查找文件名 def find_file(): for root, dirs, files in os.walk(p): for f in files: if f.find(s) != - 阅读全文
posted @ 2019-12-02 17:13 liw66 阅读(321) 评论(0) 推荐(0) 编辑