摘要: ```python rootdir='D:\\icon集合\\icon集合' def listAllFiles(rootPath): list=os.listdir(rootPath) for i in range(0,len(list)): path=os.path.join(rootPath,list[i]) if os.path.isfile... 阅读全文
posted @ 2018-06-07 14:28 幕三少 阅读(243) 评论(0) 推荐(0) 编辑