海外邮件中继,海外退信中继,美国高速VPS,不限流量VPN,邮局维护和管理,邮件网关,EMOS邮件中继,POSTFIX邮件中继,Winwebmail邮件中继,Winmail邮件中继,DBMail邮件中继,JDMail邮件中继,Exchange邮件中继,MDaemon邮件中继 淘宝店:http://shantan.taobao.com 云邮科技官网:www.yunrelay.com
【字体设置:大 中 小】
<%
strUrl="http://127.0.0.1/1.htm"
strinfo = GetHTTPPage(strUrl)%>
<%Function getchina(Strcontent)
Dim regEx,Match,Matches,temp,temp2
Set regEx = New RegExp
regEx.Pattern = "<td width=""5%"">.*?</td>"
regEx.IgnoreCase = True
regEx.Global = True
Set Matches = regEx.Execute(Strcontent)
For Each Match in Matches
temp = temp+Match.Value
Next
temp = replace(temp,"<td width=""5%"">","")
temp = replace(temp,"</td>","")
getchina=temp
End Function
%>
<%=getchina(strinfo)%>
------------------------------------------------------------
1.htm
<table>
<tr >
<td>0</td>
<td>1</td>
<td>0</td>
<td width="5%">0</td>
<td width="5%">0B</td>
</tr>
</table>
发表评论 - 不要忘了输入验证码哦!