gpt4 book ai didi

utf-8 中的 python jsonify 字典

转载 作者:IT老高 更新时间:2023-10-28 12:54:18 26 4
gpt4 key购买 nike

我想把json数据转成utf-8

我有一个列表my_list = []

然后许多像这样将 unicode 值附加到列表中

my_list.append(u'ტესტ')

return jsonify(result=my_list)

它得到了

{
"result": [
"\u10e2\u10d4\u10e1\u10e2",
"\u10e2\u10dd\u10db\u10d0\u10e8\u10d5\u10d8\u10da\u10d8"
]
}

最佳答案

使用以下配置添加 UTF-8 支持:

app.config['JSON_AS_ASCII'] = False

关于utf-8 中的 python jsonify 字典,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14853694/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com