谁能帮我分一下。
帮我把下面这个代码中的第一个<table>..</table>中的东西抠出来。我要郁闷死了。 或者说把一个网页中的某个<table>...</table>抠出来。
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<p style="line-height: 150%">·<a href=show.php?id=13>城镇建设</a>
·<a href=show.php?id=15>副市长李士来到我镇调研</a>
·<a href=show.php?id=18>枳沟着力膨胀三大骨干产业</a>
·<a href=show.php?id=19>枳沟4000老人喜获优待证</a>
·<a href=show.php?id=17>我镇团委被团市委授予“五四红旗团委”称号</a>
</td>
</tr>
</table>
<table border="0" width="98%" cellspacing="0" cellpadding="0" height="68">
<tr>
<td width="100%" height="14"></td>
</tr>
<tr>
<td width="100%" style="border: 1 solid #C68610" height="54" valign="top">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="23" bgcolor="#C68610">
<tr>
<td width="7%" height="23">
<p align="center"><img border="0" src="template/type3/image/089.gif" width="18" height="14">
</td>
<td width="93%" height="23" class=M><font color="#FFFFFF">网站地图</font></td>
</tr>
</table>
</table>
变成:
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<p style="line-height: 150%">·<a href=show.php?id=13>城镇建设</a>
·<a href=show.php?id=15>副市长李士来到我镇调研</a>
·<a href=show.php?id=18>枳沟着力膨胀三大骨干产业</a>
·<a href=show.php?id=19>枳沟4000老人喜获优待证</a>
·<a href=show.php?id=17>我镇团委被团市委授予“五四红旗团委”称号</a>
</td>
</tr>
</table>
这样,我只要前面这一部分。