Beautiful Soup:修订间差异
外观
小 Ztm0929移动页面beautiful Soup至Beautiful Soup覆盖重定向,不留重定向:错误小写化 |
小无编辑摘要 |
||
| 第4行: | 第4行: | ||
pip install beautifulsoup4 | pip install beautifulsoup4 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== 另请参阅 == | |||
* {{使用搜索引擎搜索}} | |||
[[分类:信息技术]] | |||
[[分类:Python 库]] | [[分类:Python 库]] | ||
2025年10月30日 (四) 01:30的版本
一个解析网页的 Python 库。常与 requests 搭配使用。
https://pypi.org/project/beautifulsoup4/
pip install beautifulsoup4