📜  python json write utf 8 - Python 代码示例
📅  最后修改于: 2022-03-11 14:45:17.500000             🧑  作者: Mango
代码示例2
with open('speechbase.json', 'w') as jsonfile:
json.dump(DATA, jsonfile, indent = 4)