摘要:
public static string ReplaceHtmlTag(string html, int length = 0){ string strText = System.Text.RegularExpressions.Regex.Replace(html, "]+>", ""); strText = System.Text.RegularExpressions.Regex.Replace(strText, "&[^;]+;", ""); if (length > 0 && 阅读全文
posted @ 2013-07-18 16:53
放哨De老鼠
阅读(229)
评论(0)
推荐(0)

浙公网安备 33010602011771号