ajax jsonp parsererror原因及解决方法(不是格式问题!)
发布时间:2020-12-16 01:31:54 所属栏目:百科 来源:网络整理
导读:I am using jQuery Version 1.5.1 to do the following ajax call: ? 1 2 3 4 5 6 7 $.ajax({ dataType: 'jsonp' , data: { api_key : apiKey }, url: "http://de.dawanda.com/api/v1/" + resource + ".json" , success: function (data) { console.log(data
I am using jQuery Version 1.5.1 to do the following ajax call:
But the success callback is never called,instead the error callback produces this output: 答案详见:点击打开链接 (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |