這個應(yīng)該是跨域的問題,不過在谷歌,火狐,ie10+上都沒有問題,在ie9-去出現(xiàn)問題,按說如果是跨域問題,都應(yīng)該會有提示啊,不知道是是什么影響的? $.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,各位看看是什么原因
js 跨域問題
猛跑小豬
2018-11-15 18:15:08