python爬虫得到unicode编码处理方式时间:2022-11-05 07:55:35在用python做爬虫的时候经常会与到结果中包含unicode编码,需要将结果转化为中文,处理方式如下 str.encode('utf-8').decode('unicode_escape')