I have links looks like this
4条回答 情话喂你 (楼主) 2020-11-30 13:18 You could solve this with just a couple lines of gazpacho: from gazpacho import Soup html = """\ 1 GB """ soup = Soup(html) soup.find("span", {"title": "Minimum RAM Requirement"}).text # '1 GB' 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
You could solve this with just a couple lines of gazpacho:
from gazpacho import Soup html = """\ 1 GB """ soup = Soup(html) soup.find("span", {"title": "Minimum RAM Requirement"}).text # '1 GB' 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复