码迷,mamicode.com
首页 > Web开发 > 详细

xmlHttpRequest对象的方法

时间:2015-02-05 15:04:52      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:xmlhttprequest对象的方法   xmlhttprequest   对象   异步   

 xmlHttpRequest对象提供的方法:

open()  xmlHttpRequest.open(strMethod,strUrl,strAsync,strUser,strPassword);  创建http请求,并指定传输

方式和传输参数。。strAsync:是否为异步,默认为false。
  send()  xmlHttpRequest.send(varObject); 发送请求,并接受回应。
  abort()   xmlHttpRequest.abort() 取消请求。
  setRequestHeader() xmlHttpRequest.setRequestHeader(strHeader,strValue); 单独指定请求的某个http头。
  getRequestHeader() xmlHttpRequest.getRequestHeader(); 获得响应的某个http头。
    getAllRequestHeader() xmlHttpRequest.getAllRequestHeader(); 获得响应的所有http头。

xmlHttpRequest对象的方法

标签:xmlhttprequest对象的方法   xmlhttprequest   对象   异步   

原文地址:http://blog.csdn.net/han_ying_ying/article/details/43527063

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!