摘要: __author__ = 'zhangcx'import osimport shutilpath = r'C:\Users\zhangcx\Desktop'lst = sorted(os.listdir(path))for i in lst: a,b = os.path.splitext(i)... 阅读全文
posted @ 2016-01-08 00:09 玻璃鱼儿 阅读(458) 评论(0) 推荐(0)