我写的例子:
应该这样引用:
比较常用的是html解析器
我写的例子:
from bs4 import BeautifulSoup
soup=BeautifulSoup(demo,“html.parser”)
print(soup.prettify())
The demo python introduces several python courses.
Python is a wonderful general-purpose programming language. You can learn Python from novice to professional by tracking the following courses: Basic Python and Advanced Python .