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

python爬虫运行报错 NameError: name 'BeautiflSoup' is not defined

源代码:

# coding:gbk
from bs4 import BeautifulSoup
import requests

if __name__ == '__main__':
    target = 'http://www.biquge.com.tw/11_11850/7644114.html'
    req = requests.get(url=target)
    req.encoding = 'gbk'
    html = req.text
    bf = BeautiflSoup(html)
    texts = bf.find_all('div',class_ = 'showxt')
    print(texts)

linux下运行报错

NameError: name 'BeautiflSoup' is not defined

BeautifulSoup    requests这两个都安装好了啊


求帮助QAQ



正在回答

1 回答

单词拼错了

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

举报

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

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

进入课程

python爬虫运行报错 NameError: name 'BeautiflSoup' is not defined

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