会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
X.LYU
博客园
首页
新随笔
联系
订阅
管理
2016年9月25日
Python 读取文件下所有内容、获取文件名、截取字符、写回文件
摘要: # coding=gbkimport osimport os.path #读取目录下的所有文件,包括嵌套的文件夹def GetFileList(dir, fileList): newDir = dir if os.path.isfile(dir): fileList.append(dir) elif os.path.isdir(dir): for s ...
阅读全文
posted @ 2016-09-25 14:08 AllenLYU
阅读(11339)
评论(0)
推荐(1)
编辑
公告
levels of contents