摘要: 1 #Copyright 2012 wuyuangui. 2 #contact : notmycupoftea@163.com 3 4 5 6 import os 7 8 path = 'F:\Python\open project\SGI\SGI_STL' 9 paths = path.replace('\\', '//')10 paths = paths + '//'11 print paths12 files = os.listdir(paths)13 for i in files:14 #print(i)15 pat = 阅读全文
posted @ 2012-07-30 12:48 Yuangui 阅读(869) 评论(1) 推荐(0) 编辑