python编程-22:BeautifulSoup库入门_彭世瑜_新浪博客 彭世瑜 2022-03-30 68 阅读1分钟 Beautiful Soup库的引用 Beautiful Soup库,也叫beautifulsoup4或 bs4,约定引用方式如下,即主要是用BeautifulSoup类 \ from bs4 import BeautifulSoup import bs4 \ \