输出爬取的信息为乱码! 解决办法 爬取下来的编码是ISO-8859-1格式,需要转化为utf-8格式,加一句response.encoding = "utf8" 转载于:https://www.cnblogs.com/amojury/p/9127570.html