BeautifulSoup4的使用(文档https://www.crummy.com/software/BeautifulSoup/bs4/doc/index.zh.html)
1.安装 pip install BeautifulSoup4
'''
bs4的使用
'''
import re
from bs4 import BeautifulSoup
#测试的html
html_doc = """
The Dormouse's story
The Dormouse's story
Once upon a time there were three little sisters; and their names were
Elsie,
Lacie and
关注
打赏