import json data = {"key": "value"} with open('data.json', 'w') as jsonfile: json.dump(data, jsonfile)
確定! 回上一頁