摘要: http://tool.oschina.net/regex/# 阅读全文
posted @ 2016-09-26 23:04 呦呦呦呦呦呦呦呦 阅读(100) 评论(0) 推荐(0)
摘要: if (drr["allow_a"].ToString() == "False") { cont = dr["news_Content"].ToString(); ctss = Regex.Replace(cont, @"<[a|A]\s*[^>]*>(.*?)</[a|A]>", "$1"); } 阅读全文
posted @ 2016-09-26 19:36 呦呦呦呦呦呦呦呦 阅读(1265) 评论(0) 推荐(0)