Beautiful Soup库的引用 Beautiful Soup库,也叫beautifulsoup4或 bs4,约定引用方式如下,即主要是用BeautifulSoup类 from bs4 import BeautifulSoup import bs4