要使用csv 必須先import csv 模組,或使用from 的方式,單獨import 特定的類型。 ... csv.reader(csvfile) 可以用「串列」的型態,讀取CSV 檔案,讀取後可以使用串列的 ...
確定! 回上一頁