【发布时间】:2023-03-24 15:26:02
【问题描述】:
我有这样的字节(来自 requests.get):
<th class=\"app_result_head\">\u0414\u043e\u043b\u0436\u043d\u0438\u043a<\/th>
如何将其转换为像这样的正确 python 字符串?:
<th class="app_result_head">Должник</th>
【问题讨论】:
标签: python python-3.x unicode python-unicode