asp 去掉html中的table正则代码函数_ASP教程-查字典教程网 "re.global=truea=strOutT..."/>
asp 去掉html中的table正则代码函数
asp 去掉html中的table正则代码函数
发布时间:2016-12-29 来源:查字典编辑
摘要:'去掉html中的table代码FunctionOutTable(str)dima,resetre=newRegExpre.pattern=...

'去掉html中的table代码

Function OutTable(str)

dim a,re

set re=new RegExp

re.pattern="<[^>]+()>"

re.global=true

a=str

OutTable=re.replace(a,"")

End Function

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新ASP教程学习
    热门ASP教程学习
    编程开发子分类