摘要:
```python# -*- coding:UTF-8 -*-"""遍历目录中的所有文件和目录,并生成全路径"""import ostarget_path = "D:/temp/"'''path: 遍历的路径file_type: 文件类型列表,如果为空遍历所有文件,不为空遍历指定文件如[".c", ... 阅读全文
posted @ 2015-06-30 23:08
Let it be!
阅读(708)
评论(0)
推荐(0)