为了账号安全,请及时绑定邮箱和手机立即绑定

为什么警报在 XMLHttpRequest 的 http.onload 中不起作用?

为什么警报在 XMLHttpRequest 的 http.onload 中不起作用?

慕雪6442864 2021-07-10 14:04:14
const http = new XMLHttpRequest();const url = 'http://192.168.1.10/';http.open('get', url, false);http.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');http.onload = function () {    if(http.status === 200 || http.status == 0) {         alert("succeed")    } else {          alert("failed")    }}http.send();为什么虽然它没有得到 http.status === 200 它没有警报失败!
查看完整描述

3 回答

  • 3 回答
  • 0 关注
  • 294 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信