通过本文主要向大家介绍了asp table布局,asp:table,asp table控件,asp table属性,asp html 函数等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
'去掉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
</div>
Function OutTable(str)
dim a,re
set re=new RegExp
re.pattern="\<[^>]+()\>"
re.global=true
a=str
OutTable=re.replace(a,"")
End Function
</div>