fmtparam,格式化引數,用來覆蓋之前dialect物件指定的編碼風格。 import csv with open('test.csv','rb') as myFile: lines=csv.reader(myFile) ...
確定! 回上一頁