import time import json d = {"a":1,"b":"中"} print(json.dumps(d)) print(json.dumps(d,ensure_ascii=False))