10 2011 档案

摘要:http://www.oschina.net/news/22084/10-html5-dev-tools 阅读全文
posted @ 2011-10-14 10:19 TSPWATER'S HOME 阅读(253) 评论(0) 推荐(0)
摘要:publicstaticstringExecRepaceHTML(stringHtmlstring){Htmlstring=Regex.Replace(Htmlstring,@"<script[^>]*?>.*?</script>","",RegexOptions.IgnoreCase);Htmlstring=Regex.Replace(Htmlstring,@"<(.[^>]*)>","",RegexOptions.IgnoreCase);Htmlstring=Re 阅读全文
posted @ 2011-10-11 09:32 TSPWATER'S HOME 阅读(315) 评论(0) 推荐(0)