嘿,我目前正在尝试解析一个网站,我几乎完成了,但是有一个小问题。我想从 html 代码中排除内部标签
<span class="moto-color5_5">
<strong>Text 1 </strong>
<span style="font-size:8px;">Text 2</span>
</span>
我尝试使用 ...find("span", "moto-color5_5")但这会返回
Text 1 Text 2 而不是只返回 Text 1
有什么建议么?
真诚的:)
繁星淼淼
相关分类