Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很确定这是一个非常基本的问题,但经过数小时的搜索和多次尝试自己解决此问题后,我仍然没有取得进展。
我的 json 文件中的变音符号是这样保存的。我找到了很多从 ö -> \xf6 出发的方法,但是我怎样才能反过来得到一个 utf-8 编码的文件呢?
根据您的评论,我假设您使用的是 python。使用 json.load 时,将其解析为 utf-8 编码参数。
查看 python文档。