python 美丽的汤

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 美丽的汤相关的知识,希望对你有一定的参考价值。

from urllib import urlopen
url = "https://en.wikipedia.org/wiki/Python_(programming_language)"
html = urlopen(url).read()
from bs4 import BeautifulSoup
#BeautifulSoup in order to strip away the HTML code.
web_str = BeautifulSoup(html).get_text()

以上是关于python 美丽的汤的主要内容,如果未能解决你的问题,请参考以下文章

等待实际结果加载到请求和美丽的汤中 - Python [重复]

使用需要单击“我同意cookies”按钮的Python(美丽的汤)抓取网页?

美丽的汤正则表达列表中的Python循环[重复]

美丽的汤,使用“findAll()”时完全匹配

美丽的汤找不到标签

如果通过 python selenium 和美丽的汤嵌套在视频内的源标签内,则无法抓取 src