北京利康搬家公司 公司地址:北京市海淀区圆明园西路
总机号码:010-51602982 总调度电话:01086219299
全国免费电话:400-706-8328 热线:01086366289
手机:15811403779 联系人:廖经理 备案号:苏ICP备11014287号-2 <%
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/35337.html"
response.write(getHTTPPage(Url))
%>
★自助友情链接
sitemap.html
★自助友情链接Powered By DreamerShop