如下粗體字部份,我們使用list()函式將reader物件轉換為串列。 import csvfile = open('data.csv') reader = csv.reader(file) data_list = list( ...
確定! 回上一頁