加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ajax

发布时间:2020-12-16 02:49:37 所属栏目:百科 来源:网络整理
导读:console.log(XMLHttpRequest) //XMLHttpRequest%20.html:11 function XMLHttpRequest() { [native code] } var xmlhttp = new XMLHttpRequest(); console.log(xmlhttp) //XMLHttpRequest对象,下面内容 onload : null onloadend : null onloadstart : null on
console.log(XMLHttpRequest) //XMLHttpRequest%20.html:11 function XMLHttpRequest() { [native code] }
var xmlhttp = new XMLHttpRequest();
console.log(xmlhttp) //XMLHttpRequest对象,下面内容
  1. onload:null
  2. onloadend:null
  3. onloadstart:null
  4. onprogress:null
  5. onreadystatechange:null
  6. ontimeout:null
  7. readyState:0
  8. response:""
  9. responseText:""
  10. responseType:""
  11. responseURL:""
  12. responseXML:null
  13. status:0
  14. statusText:""
  15. timeout:0

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读