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

js 跨域问题

js 跨域问题

猛跑小猪 2018-11-15 18:15:08
这个应该是跨域的问题,不过在谷歌,火狐,ie10+上都没有问题,在ie9-去出现问题,按说如果是跨域问题,都应该会有提示啊,不知道是是什么影响的? $.ajax({        url: '//sh.uzai.com/ashx/ashx_ProductDetail.ashx?action=detail&pId=133689&_=1498273384086',        type: 'GET',        cache: false,        dataType: "Json",        async:false,        success: function (data) {            if (data != undefined) {                jsonCData = data.calendarValue;                jsonPData = data.priceValue;                jsonShowDiscount = data.showDiscount;            }        },        error: function (msg) {           debugger;        }    });ie9-一直进入的是debugger,各位看看是什么原因
查看完整描述

1 回答

?
qq_笑_17

TA贡献1818条经验 获得超7个赞

ie8不支持cors


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

添加回答

举报

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