asp 去掉html中的table正则代码函数

2018-09-06 11:22

阅读:457

  去掉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


评论


亲,登录后才可以留言!