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

Claire ·
更新时间:2024-09-21
· 721 次阅读

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



html中 HTML 函数 table ASP

需要 登录 后方可回复, 如果你还没有账号请 注册新账号