我有我的 HTML 数据
<table border='0' cellpadding='3' bgcolor="#CCCCCC" class="hostinfo_title2" width='100%' align="center">
<tr align='center' bgcolor="#ffffff">
<td width='26%' class="hostinfo_title3">Archive Url</td>
</tr>
<tr bgcolor="#ffffff"
<td height="25" align="center">http://www.toradio.com/prgramdetails/20130413_vali_mm.mp3</td>
</tr>
</table>
我想从上面的 HTML 文本中获取 mp3 url( http://www.toradio.com/prgramdetails/20130413_vali_mm.mp3 )。
我正在关注此链接,它是正确的还是解析此文本的更好方法有人可以帮忙吗?