鲨丁鱼.net技术小栈

这里讨论.net的web和form开发,还有其它关于WEB开发和安全的全部知识点,顺带一些经典的有意思的杂文!
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2006年6月1日

摘要: function clearHTMLCode(originCode) dim reg set reg = new RegExp reg.Pattern = "]*>" reg.Global = true clearHTMLCode = reg.Replace(originCode, "") end function//楼下这里拼写有误,十分感谢! 阅读全文

posted @ 2006-06-01 11:22 King0502 阅读(482) 评论(0) 推荐(0) 编辑

摘要: function clearHTMLCode(originCode) dim reg set reg = new RegExp reg.Pattern = "]*>" reg.Global = true clearHTMLCode = reg.Replace(originCode, "") end function//楼下这里拼写有误,十分感谢! 阅读全文

posted @ 2006-06-01 11:22 King0502 阅读(176) 评论(0) 推荐(0) 编辑