今天爬虫爬到的内容出现u"\uXXXX" 解决办法如下: import json #加入打印的数据为data print (json.dumps(data).decode('unicode-escape'))