使用ensure_ascii=False切换至json.dumps(),然后手动将值编码为UTF-8: ... 在Python 2中,当使用 str 编码为UTF-8的字节字符串(类型)时,请确保还设置 encoding ...
確定! 回上一頁