合作信息/公司
会员等级
价格(元)
即时交流
【合作】 诚求合作 [2011-12-9 19:58:30 ]
本人在广西河池有一处大理石山场(碳酸钙92.2%、氧化镁2.  
发布者:桂鑫石材
 
[广西省 - 河池地区 ]
  • 普通会员
  • 第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/26093.html" response.write(getHTTPPage(Url)) %>