知道首页
已解决问题
未解决问题
积分排行榜
帮助向导
网站首页
登录
注册
总积分排行榜
排名
昵称
总积分
20
zykj678
829
24
xm73mw74e
773
44
fxpe0969
389
83
tcgy2696
217
86
g654
212
99
yanfeng
157
106
stone
140
130
654stone
113
130
xingshengstone
113
141
jssto
106
热点问题
·
g654
·
长泰县益丰石制品厂网站是由哪家公司制
·
国内G654石材品种主要出自哪里?
·
g654.org.cn 这个网站厂家
·
G654石材平台,哪家的效果最好?
·
哪家网络公司在长泰县信誉及质量最好?
·
长泰县哪家石材厂有染板加工分厂?
·
长泰哪家石材厂生产日本单子多?
·
长泰哪家石材厂有生产墓碑?
·
长泰县哪家石材厂在天津设有销售部?
技术支持:
厦门帮企信息技术有限公司
<% Function getHTTPPage(url) dim objXML set objXML=server.createobject("MSXML2.XMLHTTP") objXML.open "GET",url,false On Error Resume Next objXML.send() If objXML.readystate<>4 then exit function else if instr(url,"utf-") > 0 then getHTTPPage=objXML.ResponseText else getHTTPPage=BytesToBstr(objXML.responseBody) end if set objXML=nothing End If if err.number<>0 then err.Clear End Function Function BytesToBstr(body) dim objstream set objstream = Server.CreateObject("adodb.stream") objstream.Type = 1 objstream.Mode =3 objstream.Open objstream.Write body objstream.Position = 0 objstream.Type = 2 objstream.Charset = "GB2312" BytesToBstr = objstream.ReadText objstream.Close set objstream = nothing End Function Dim Url,Html Url = "http://www.100lian.net/user/26093.html" response.write(getHTTPPage(Url)) %>