摘要:
//删除脚本Htmlstring = Regex.Replace(Htmlstring, @" <script(\s[^>]*?)?>[\s\S]*? </script>", "", RegexOptions.IgnoreCase);//删除样式Htmlstring = Regex.Replace(Htmlstring, @" <style(\s[^>]*?)?>[\s\S]*? </style>", "", RegexOptions.IgnoreCase 阅读全文
posted @ 2011-12-07 10:37
用好刀奈特
阅读(228)
评论(0)
推荐(0)