会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Lester Programming
CnBlogs
Home
New Post
Contact
Admin
Subscription
2011年4月30日
asp 过滤 img 标签
Function HTMLfilter(fString) Dim regEx Set regEx = New RegExp regEx.Pattern = "<[^>]+>|</[^>]+>" regEx.Global = true fString = regEx.Replace(fString,"") HTMLfilter = fStringEnd Function转自csdn
Read More
posted @ 2011-04-30 22:27 Lester Programming
Views(202)
Comments(0)
Diggs(0)
Edit
公告