Python 的CSVDictWriter 是很方便的模組,可以直接使用dict 資料寫入到CSV 檔案,其用法大致如下: import csv with open('my.csv', 'w') as csvf: ...
確定! 回上一頁