shuaihhx的小屋

一个小博客....

Python中常用的文件/文件夹操作

2019-01-10 09:32
16
0

常用的遍历方式: for root, dirs, files in os.walk(r'D:\ChineseNER'): for d in dirs: prin