今天闲来无事,写了会CSV,简单总结下csv具体操作什么是csv 逗号分隔 ... coding:utf-8 import csv f = csv.reader(open('1111.csv','r')) for i in ...
確定! 回上一頁