注册 | 登录   
当前位置:网站首页 > 资源显示

aspASP百度主动推送代码范例

发布时间:2019/6/27 13:43:37 / 最后修改:2019-6-27 13:45:30 / 浏览:706
function BytesToBstr(body,Cset) 
   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 = Cset 
BytesToBstr = objstream.ReadText 
objstream.Close 
set objstream = nothing 
End function
'==================================================
function PostHTTPPage(url,data) 
dim Http 
set Http=server.createobject("MSXML2.SERVERXMLHTTP.3.0")
Http.open "POST",url,false 
Http.setRequestHeader "CONTENT-TYPE", "text/plain" 
Http.send(data) 
if Http.readystate<>4 then 
exit function 
End if
PostHTTPPage=bytesToBSTR(Http.responseBody,"utf-8") 
set http=nothing 
if err.number<>0 then err.Clear 
End function
ASP百度主动推送需要上面2个ASP函数。

调用方法:调用方法: baiduts=PostHTTPPage(http://data.zz.baidu.com/urls?site=www.qdxw.net&token=xxxxxxx,"http://www.qdxw.net")

完整代码 (代码框可以往下拉高显示):
您尚未登录,暂时无法查阅资源!立即登录
插播广告区
您尚未登录,暂时无法发表评论。立即登录
暂无任何评论
广告区
CopyRight © 2017 www.kaifaku.cn All Rights Reserved - 版权所有 © 开发库 (所有资源来源于实战项目,拿来即用)
付费资源请联系 QQ:2633993818 / E-MAIL:2633993818@qq.com 本站免费分享资源不提供免费咨询