coding=utf-8 import json import csv # 重新進行配置讀寫資料時的預設編碼 import sys reload(sys) sys.setdefaultencoding('utf-8') def json_to_csv(): # 1.
確定! 回上一頁