1
string s = @"<span class='lframe-t-text'>今日<font color='red'>热门新闻</font></span><div>adfadf</div>";
2
s =System.Text.RegularExpressions.Regex.Replace(s,"<[^>]+>","");
3
Response.Write(s);
来自优快云网友,记个笔记.

2

3

转载于:https://www.cnblogs.com/xxcainiao/archive/2007/09/12/891097.html