摘要:
public static string DelHtml(this HtmlHelper htmlhelper, string Htmlstring) { #region //删除脚本 Htmlstring = System.Text.RegularExpressions.Regex.Replace(Htmlstring, @"<script[^>]*?>.*?</script>", "", System.Text.RegularExpressions.RegexOptions.IgnoreCase); //删除HTML H 阅读全文
posted @ 2011-03-08 13:41
biubiubiu
阅读(666)
评论(0)
推荐(0)

浙公网安备 33010602011771号