标签: python utf-8 web-crawler scrapy
答案 0 :(得分:7)
答案 1 :(得分:6)
答案 2 :(得分:1)
答案 3 :(得分:1)
代码前面的u,纯粹意味着它是一个unicode字符串。请参阅此处的参考。 http://docs.python.org/tutorial/introduction.html#unicode-strings。修复方法是使用str()方法将内容转换为字符串。