【字典转json类型】

字典转json类型

import json
json_dict = json.dumps(dict,ensure_ascii=False)
return json_dict

你可能感兴趣的:(python,python)