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
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:asp 去掉html中的table正则代码函数
文章链接:http://soscw.com/index.php/essay/9311.html
文章标题:asp 去掉html中的table正则代码函数
文章链接:http://soscw.com/index.php/essay/9311.html
评论
亲,登录后才可以留言!