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

'find_all' is not defined 是缺少哪个模块?

Traceback (most recent call last):  File "C:/Python27/learn_Xie/BeautifulSoup实例测试", line 21, in

links = find_all('a') NameError: name 'find_all' is not defined 是缺少哪个模块?

正在回答

2 回答

find_all是beautifulsoup里面的一个模块

cmd安装方法:C:\Python27\Scripts>pip  install Beautifulsoup

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

你这种写法目测不对啊

from bs4 import BeautifulSoup

soup = BeautifulSoup(html_doc,'html.parser',from_encoding='utf-8')

links = soup.find_all('a')

试试按上面的完善一下


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

举报

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

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

进入课程

'find_all' is not defined 是缺少哪个模块?

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