摘要: # 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