📜  python 将 xd8 转换为 utf8 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:38.267000             🧑  作者: Mango

代码示例1
result = string.decode('unicode-escape').encode('latin1').decode('utf-8')