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

AttributeError: 'unicode' object has no attribute 'add'报错是什么问题

for link in links:
   new_url = link['href']
   new_full_url=urlparse.urljoin(page_url,new_url)
   new_url.add(new_full_url)
return new_urls

正在回答

1 回答

new_urls.add(new_full_url)

new_urls是个集合,new_url是个不断被覆盖的变量~

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

举报

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

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

进入课程

AttributeError: 'unicode' object has no attribute 'add'报错是什么问题

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