如何使用BeautifulSoup进行html解析?
按照BeautifulSoup的使用,执行引入from bs4 import BeautifulSoup,报错(找不到模块)
直接使用BeautifulSoup也报错(找不到模块)。