比如
原始文本为:
1<table border="0" cellpadding="0" cellspacing="0" width="500">
2<tr align="center">
3<td valign="top">百美公司 版权所有</td>
4<hr/>天下第一刀
5</tr>
6</table>
希望显示为:
百美公司 版权所有 天下第一刀
也就是把网页标志全部过滤掉
---------------------------------------------------------------
很简单:
>([^>]*)
]+>","");
---------------------------------------------------------------
http://community.csdn.net/Expert/topic/3095/3095876.xml?temp=9.395999E-02