摘要:
// 除去所有在html元素中标记using System.Text.RegularExpressions; public static string striphtml(string strhtml) { string stroutput = strhtml; Regex regex = new Regex(@"<[^>]+>|</[^>]+>"); stro... 阅读全文
posted @ 2010-05-13 22:18
bufferi
阅读(233)
评论(0)
推荐(0)
浙公网安备 33010602011771号