pycharm中安装BeautifulSoup出错

在Python2版本中,仍然是BeautifulSoup,在使用时,import bs4 from BeautifulSoup

在Python3版本中,变为了bs4,在使用时,import bs4即可。

posted on 2019-06-10 17:09  豆子和豆芽菜  阅读(754)  评论(0)    收藏  举报