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

soup.find()

from bs4 import BeautifulSoup 

import re


print u'获取Lacie的链接'

link_node = soup.find('a', herf = 'http://example.com/lacie')

print link_node.name,link_node['href'],link_node.get_text()


报错:

Traceback (most recent call last):  File "libar.py", line 28, in

print link_node.name,link_node['href'],link_node.get_text() AttributeError: 'NoneType' object has no attribute 'name' 


求助各位大神

正在回答

1 回答

找到了……href拼错了

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

举报

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

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

进入课程
意见反馈 帮助中心 APP下载
官方微信