asp 去除html中的table正则代码函数
发布时间:2023-05-31 13:46:23 所属栏目:Asp教程 来源:
导读:'去掉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
Function OutTable(str)
dim a,re
set re=new RegExp
re.pattern="/<[^>]+()/>"
re.global=true
a=str
OutTable=re.replace(a,"")
End Function
'去掉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 (编辑:聊城站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
推荐文章
站长推荐