<%
dim oInC,txtURL
Set oInC = Server.CreateObject("InetCtls.Inet.1")
oInC.RequestTimeOut=20
txtURL="http://127.0.0.1/index.asp"
sText = oInc.OpenURL(cstr(txtURL))
sText = "<pre>" & vbcrlf & Server.HTMLEncode(sText) & vbCRLF & "</pre>"
Response.Write sText
set oInC = nothing
%>
关于网站 | 客服中心 | 服务条款 | 友情链接 | 广告联系 | 本站历程 | 网站导航
吉ICP备05000107号