# 名称修改(bs4) from bs4 import BeautifulSoup 帮助文档 Beautiful Soup parses a (possibly invalid) XML or HTML document into atree representation. It provides methods and Pythonic idioms that makeit easy to navigate, search, and modify the tree. A well-formed…