python 有提供csv 模組,把它import 進來. >>> import csv. 定義header 和row data >>> headers = ['id','name','age','tel'] >>> rows = [ {'id' : '1','name' ...
確定! 回上一頁