摘要: 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) 编辑