发布时间:2019-09-26 07:31:15编辑:auto阅读(2293)
直接str.decode() 找不到decode() 方法,所以要用以下方法
测试程序:
test = '\u5220\u9664'
test.encode('utf-8').decode('unicode_escape')
print(test)
打印结果:
删除
上一篇: python3 time模块与datet
下一篇: python3 爬虫之爬取糗事百科
51021
50399
41016
37882
32347
29241
28122
22956
22923
21251
1126°
1819°
1475°
1415°
1698°
1504°
2162°
3730°
3665°
2579°