asp 去掉html中的table正则代码函数
更新时间:2009年02月21日 03:44:45 作者:
去掉html中的table代码
'去掉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
相关文章
ASP 包含文件中的路径问题和使用单一数据库连接文件的解决方案
全站只需要用一个数据库连接文件的实现函数代码2009-03-03


最新评论