目录
问题
出现地点
出现原因
解决方法
问题
在编写python代码的时候出现了NameError: name 'BeautifulSoup' is not defined错误
出现地点
这种错误是在调用BeautifulSoup时
出现原因
BeautifulSoup不存在
出现了NameError: name 'BeautifulSoup' is not defined错误
一般来说是新手,或者编程不在状态,漏了小细节

目录
问题
出现地点
出现原因
解决方法
在编写python代码的时候出现了NameError: name 'BeautifulSoup' is not defined错误
这种错误是在调用BeautifulSoup时
BeautifulSoup不存在
出现了NameError: name 'BeautifulSoup' is not defined错误
一般来说是新手,或者编程不在状态,漏了小细节