日期:2014-05-20 浏览次数:20750 次
Regex reg = new Regex(@"(?i)<(?!img|embed)[^>]*>"); string result = reg.Replace(yourStr, "");