asp 去掉html中的table正則代碼函數(shù)
更新時間: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
相關(guān)文章
Dom遍歷XML的一個例子,結(jié)果為樹狀結(jié)構(gòu)
Dom遍歷XML的一個例子,結(jié)果為樹狀結(jié)構(gòu)...2007-01-01Session.TimeOut的最大取值是1440,超出會報錯
Session.TimeOut的取值以分鐘為單位,最大取值是1440分鐘,也就是24個小時,如果給它賦一個更大的值2009-06-06[圖]Flash+ASP實現(xiàn)電子互動地圖在線標(biāo)注功能
[圖]Flash+ASP實現(xiàn)電子互動地圖在線標(biāo)注功能...2007-03-03