会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
千千寰宇
大数据与Java软件开发从业者,数智化转型实践者。
首页
联系
订阅
管理
2018年2月6日
[Python] file_list(path):遍历文件列表
摘要: import os def __file_list__(path, level): files = os.listdir(path); for i in files: path_tmp = path + i; if True == os.path.isdir(path_tmp): print("%s
阅读全文
posted @ 2018-02-06 11:49 千千寰宇
阅读(3576)
评论(0)
推荐(0)
公告