<tr valign="middle" align="center">
<td><b>someNumbers</b></td>
<td width="22" height="22" background="..." class="SomeIntrestingClass">xxxxx</td>
<td width="22" height="22" background="..." class="SomeIntrestingClass">xgdsx</td>
<td width="22" height="22" background="..." class="SomeIntrestingClass">xyzzx</td>
<td width="22"> </td></tr>
ウェブサイトからのデータを必要とするアプリケーションを作成しています。'someNumbers'の値とtdex:'xyzzx'の値を抽出する必要があります...
私が抱えている問題は'someNumbersにクラスがないため、使用しようとしましdoc.getElementsByAttributeValue(key, value)
たが、属性は同じですドキュメントの他の部分で。JSoupやその他の優れたアイデアを使用してこれらの値を抽出するにはどうすればよいですか?アドバイスありがとうございます。