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

ajax接受json浏览器显示xml解析错误:格式不佳?

ajax接受json浏览器显示xml解析错误:格式不佳?

互换的青春 2018-11-16 10:22:34
用火狐在本机上测试的ajaxajax:     (function(){         for(let selectPage = 1; selectPage <= pagesNumber; selectPage++ ) {             if(selectPage != page) {                 btn[selectPage].onclick = function(){                     var result = $.ajax({                         url: './something.json',    //  :./asset/host_last                         data: {"selectPage": selectPage},                         dataType: 'JSON',                         type: 'get',                         success: function(){                             console.log("success");                         }                     });                     console.log(result.responseText);                 };             }         }     })();something.json:{    "IP地址":"something",    "主机名":"something",    "产品":"something",    "应用":"something",    "机柜编号":"something",    "使用状态":"something",    "备注":"something"}
查看完整描述

1 回答

?
繁星淼淼

TA贡献1775条经验 获得超11个赞

file协议,请别这么使用,你得json是正确的,但是如果你使用file协议,不是http协议,那么响应头信息你应该看看,虽然请求头是JSON,你可以试一试跑一下http协议

          |    |    | 

         )_)  )_)  )_) 

        )___))___))___)\ 

       )____)____)_____)\\ 

     _____|____|____|____\\\__ 

--------- /--------- 
^^^^^ ^^^^^ ^^^^ ^^^^^^^ ^^^^^ ^^^

查看完整回答
反对 回复 2018-12-17
  • 1 回答
  • 0 关注
  • 1223 浏览
慕课专栏
更多

添加回答

举报

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