猿问

js 跨域问题

这个应该是跨域的问题,不过在谷歌,火狐,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,各位看看是什么原因

猛跑小猪
浏览 482回答 1
1回答

qq_笑_17

ie8不支持cors
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答