摘要:
Code:public static string NoHTML(string Htmlstring) { //删除脚本 Htmlstring = Regex.Replace(Htmlstring, @"", "", RegexOptions.IgnoreCase); //删除HTML Htmlstring = Regex.Replace(Htmlstring, @"]*)>", "", RegexOptions.IgnoreCase);... 阅读全文
posted @ 2013-09-16 11:19
daixinet.com
阅读(281)
评论(0)
推荐(0)
浙公网安备 33010602011771号