在Python2版本中,仍然是BeautifulSoup,在使用时,import bs4 from BeautifulSoup
在Python3版本中,变为了bs4,在使用时,import bs4即可。