<div class="item all clearfix">
<div class="pic all">
<a href="/terrace.jpg"/></a>
</div>
<div class="text all">
<a href="/link/test" class="title">
Some random title
</a>
<strong>STRONG TEXT</strong>
Some random subtitle…
</div>
</div>
我试图仅从粗体标记中获取文本,但每当我解析它时,它都会显示完整的文本。我也试图删除一个班级,但下面留下了文字 - &#34;一些随机字幕&#34;。
我试过:
Element strong_title = el.select("strong").first();
然后检索strong_title.text()
。
答案 0 :(得分:0)
没关系,这是与项目相关的代码错误。
以下代码:
document.select("strong"); works
就好了。