lxml安装
soup = BeautifulSoup(str1, 'lxml')
有时提示:bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?有
soup = BeautifulSoup(str1, 'lxml')
有时提示:bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?有