" re.global=true a=str OutTable=re.replace(a,"") End Functio; 更新日期:2025/1/11">
asp 去掉html中的table正则代码函数
(编辑:jimmy 日期: 2025/1/11 浏览:2)
'去掉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