<div class="main-banner">
<div class="row" style="height:298px;">
<div class="row" style="margin-top:40px;">
<div class="seven columns">
some other data,div and css blocks....
</div>
</div>
</div>
</div>
</div>
要选择我可以使用的顶部 div
Element title = doc.select("div.productTitle").first();
我需要选择第 4 个 div(class='seven columns')并在 a 中显示数据
webview
,那么它的语法是什么?在另一个内部级别 div 中,有一些
<select> <options>
对。我怎样才能将它用于Array
usingjsoup
?