摘要: http://desert3.iteye.com/blog/772246 1 import csv 2 3 #从文件读取 4 reader = csv.reader(file(srcFilePath,'rb')) 5 6 for line in reader: 7 #忽略第一行 8 ... 阅读全文
posted @ 2015-06-02 22:23 celia01 阅读(335) 评论(0) 推荐(0) 编辑