编码错误'gbk' codec can't encode character '\u2660' in position 32736: illegal multibyte sequence 被那么个奇怪字符卡住真的很心塞~~
python库 python 编码 python-爬虫 html编码
楼上是对的,一般都是用.encode('gb18030')这个gbk的超集,很多时候编码成gbk要出问题。。。
题注用的是win系统吧, 以前遇过类似的. 试试 .encode(“GB18030“) , 编码成 GB18030
.encode(“GB18030“)
GB18030
Python 爬虫遇到形如 小说 的编码如何转换为中文?
python网络爬虫中文乱码问题
使用python和beautifulSoup爬数据,爬到第三条就爬不动了
Python requests 多线程抓取 出现HTTPConnectionPool Max ...
scrapy抓取的GBK编码的网页,怎么转为utf-8?
python爬虫怎么在网易博客发表评论