<div class="unique_class">
<h2>
...
</h2>
<h2>
...
</h2>
<strong>
unique strong before content
</strong>
</br>
static title 1: value 1
</br>
static title 2: value 2
</br>
static title 3: value 3
</br>
static title 4: value 4
</br>
</br>
</div>
我需要使用 JSOUP 获取这 4 个值。它们总是在 'strong' 标签之后,并由 br 标签分隔。怎么做?
提前致谢