欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

asp 去掉html中的table正則代碼函數(shù)

 更新時(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

相關(guān)文章

最新評(píng)論