会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
前行者2011
博客园
首页
新随笔
联系
管理
订阅
2013年5月15日
使用glob模块,遍历E盘下的mp3文件 分类: python 小练习 2013-05-15 15:40 405人阅读 评论(0) 收藏
摘要: import globimport osbase=r'E:\*'tag=['.mp3']def getMp3(name,label): dir_file=[m for m in glob.glob(name) if m!='E:\\$RECYCLE.BIN' and m!='E:\\System V...
阅读全文
posted @ 2013-05-15 15:40 前行者2011
阅读(144)
评论(0)
推荐(0)
编辑
公告