Beautiful Soup库

Beautiful Soup库的安装

(cmd) pip install beautifulsoup4Beautiful Soup库

使用Beautiful Soup库

from bs4 import BeautifulSoup
soup=BeautifulSoup('<p>data</p>','html.parser')

html.parser 解释器

上一篇:被动 语态


下一篇:git add -A 和 git add . 的区别