返回顶部
摘要: 直接上代码: # coding: utf-8 import csv csvfile = file('csv_test.csv', 'rb') reader = csv.reader(csvfile) for line in reader: print line csvfile.close() imp 阅读全文
posted @ 2020-04-25 10:54 Be-myself 阅读(616) 评论(0) 推荐(0) 编辑
levels of contents 点击查看具体代码内容