摘要:
public static string NoHTML(string Htmlstring) { if (Htmlstring.Length > 0) { //删除脚本 Htmlstring = Regex.Replace(Htmlstring, @"<script[^>]*?>.*?</script>", "", RegexOptions.IgnoreCase); //删除HTML Htmlstring = Regex.Re... 阅读全文
posted @ 2013-03-09 13:50
yellowshorts
阅读(1954)
评论(0)
推荐(0)

浙公网安备 33010602011771号