摘要:
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 = 阅读全文