摘要:
public static string CleanHtml(string strHtml) { strHtml = Regex.Replace(strHtml, @"(\)|(\)", "", RegexOptions.IgnoreCase | RegexOptions.Singleline); //删除标签 ... 阅读全文
posted @ 2018-08-03 16:49
jiangrufieng
阅读(385)
评论(0)
推荐(0)