去掉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