摘要: import os path, dirs, files = next(os.walk("./d1")) print(len(files)) 参考 https://stackoverflow.com/questions/2632205/how-to-count-the-number-of-files- 阅读全文
posted @ 2020-11-12 08:59 王小右 阅读(583) 评论(0) 推荐(0) 编辑