复制代码 代码如下:
'去掉html中的table代码
Function OutTable(str)
dim a,re
set re=new RegExp
re.pattern="<(?!img|br|p|div).*?>"
re.global=true
a=str
OutTable=re.replace(a,"")
End Function
最后
以上就是苹果万宝路最近收集整理的关于asp去掉html,保留img br p div的正则实现代码的全部内容,更多相关asp去掉html,保留img内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复