,可以通过以下步骤实现:
from bs4 import BeautifulSoup
html = "<html><body><h1>标题</h1><h2>子标题</h2><h3>子字符串标题</h3></body></html>"
soup = BeautifulSoup(html, 'html.parser')
subtitles = soup.find_all('h3', text='子字符串标题')
for subtitle in subtitles:
print(subtitle.text)
以上代码将输出所有匹配的h3标签的文本内容,即"子字符串标题"。
在腾讯云的产品中,与BeautifulSoup相关的产品是腾讯云爬虫服务(Tencent Cloud Crawler Service),它提供了一站式的爬虫解决方案,包括数据采集、数据处理、数据存储等功能。您可以通过以下链接了解更多信息: 腾讯云爬虫服务
领取专属 10元无门槛券
手把手带您无忧上云