摘要: for path,d,filelist in os.walk("C:/studyPy"): for filename in filelist: os.path.join(path,filename) import os # Import the OS modulearr = []if not os. 阅读全文
posted @ 2017-02-22 16:33 小毛驴 阅读(219) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/ydq1206/article/details/51922148 阅读全文
posted @ 2017-02-22 11:40 小毛驴 阅读(96) 评论(0) 推荐(0) 编辑