<div id="fareSelectModifySearch">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tbody>
<tr>
<td style="padding-left:8px;"><strong>1 Traveler(s)</strong> <span id="routeInfo"> New York, NY (JFK) to Las Vegas, NV (LAS) on 09/20/2013</span></td>
</tr>
</tbody>
</table>
</div>
我想提取td
元素数据,即
2013 年 9 月 20 日,1 名旅客纽约,纽约 (JFK) 到拉斯维加斯,内华达 (LAS)
谁能给我这个使用Jsoup
库的源代码。