Beautiful Soup:修订间差异
小无编辑摘要 |
小无编辑摘要 |
||
| 第1行: | 第1行: | ||
一个解析网页的 Python 库。常与 [[requests]] 搭配使用。 | 一个解析网页的 Python 库。常与 [[requests]] 搭配使用。 | ||
https://www.crummy.com/software/BeautifulSoup/ | |||
https://pypi.org/project/beautifulsoup4/<syntaxhighlight lang="bash"> | https://pypi.org/project/beautifulsoup4/<syntaxhighlight lang="bash"> | ||
| 第7行: | 第9行: | ||
== 另请参阅 == | == 另请参阅 == | ||
* https://www.crummy.com/software/BeautifulSoup/bs4/doc.zh/ | |||
* {{使用搜索引擎搜索}} | * {{使用搜索引擎搜索}} | ||
[[分类:信息技术]] | [[分类:信息技术]] | ||
[[分类:Python 库]] | [[分类:Python 库]] | ||