首页 >  C#/.net >  替换字符串中的html标签
替换字符串中的html标签
编辑时间:2014-10-14 16:49:35 浏览量:2012
string result = System.Text.RegularExpressions.Regex.Replace(str, @"<[^>]*>", "", System.Text.RegularExpressions.RegexOptions.IgnoreCase);