PyDev is a Python IDE for Eclipse, which may be used in Python, Jython and IronPython development.
2016-07-15
最新回答 / 慕数据1975426
1.是因为网络 2.还是编码问题python3的话可以试试这个在html_outputer里修改如下:#coding utf-8class HtmlOutputer(object): def __init__(self): self.datas = [] def collect_data(self, data): if data is None: return self.datas.append(data) ...
2016-07-14
现在贴上我的代码,与教程一样的,找不到错的可以对照查看https://github.com/xuhang96/python_spider_baike
2016-07-13