1如何过滤掉字符串中的html代码?string s = @"<span class='lframe-t-text'>今日<font color='red'>热门新闻</font></span><div>adfadf</div>";
2如何过滤掉字符串中的html代码?=System.Text.RegularExpressions.Regex.Replace(s,"<[^>]+>","");
3如何过滤掉字符串中的html代码?Response.Write(s);
来自CSDN网友,记个笔记.

相关文章: