Python 爬虫字符编码问题,求解。
迷茫
迷茫 2017-04-18 10:27:02
0
2
727

1处打印出来的在3处翻译过来大概是下图

2出报错在4处,求解Python编码问题

加了encode('utf-8')之后上面的好了,但在以path为文件名创建文件夹时报WindowsError(123)错误

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(2)
左手右手慢动作

You can try title.encode(utf8) in the printing place

巴扎黑

str() cannot convert Unicode strings. To convert unicode to str, use encode(). Change the file name.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template