Use the json module to produce JSON output: import json with open(outputfilename, 'wb') as outfile: json.dump(row, outfile).
確定! 回上一頁