解决python unicode编码转换

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_34069180/article/details/83388346
print(json.encode('utf-8').decode('unicode_escape'))

猜你喜欢

转载自blog.csdn.net/qq_34069180/article/details/83388346