close

static string StripHtmlTags(string text)
{
            Regex r = new Regex(@"<head[\s\S]*?</head([^>])*>|<(script|style)[\s\S]*?</(script|style)([^>])*>|<(.|\n)*?>");
            return r.Replace(text, string.Empty);
  }

目前發現的漏網之魚

<!-- <span>abc</span> -->

會變成 abc -->

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 丫烈客 的頭像
    丫烈客

    丫烈客

    丫烈客 發表在 痞客邦 留言(0) 人氣()