为了账号安全,请及时绑定邮箱和手机立即绑定

运行报错,怎么回事,看不懂!

H:\Python27\python.exe G:/wwwRoot/Python27/spider/wiki_baike/spider_main.py

Traceback (most recent call last):

  File "G:/wwwRoot/Python27/spider/wiki_baike/spider_main.py", line 40, in <module>

    obj_spider.craw(root_url)

  File "G:/wwwRoot/Python27/spider/wiki_baike/spider_main.py", line 18, in craw

    self.urls.add_new_url(root_url)

AttributeError: 'SpiderMain' object has no attribute 'urls'


Process finished with exit code 1


正在回答

3 回答

# 初始化 class


```py


class UrlManage(object):

  def __init__(self):

    self.new_urls = set();

    self.old_urls = set();


  def add_new_url(self, url):

    # todo




```


0 回复 有任何疑惑可以回复我~
0 回复 有任何疑惑可以回复我~

url manager 里面有没有错误?

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Python开发简单爬虫
  • 参与学习       227670    人
  • 解答问题       1219    个

本教程带您解开python爬虫这门神奇技术的面纱

进入课程

运行报错,怎么回事,看不懂!

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信