我做错了什么来得到这个错误?
这是链接的样子:
$.ajax({
url: "http://services.runescape.com/m=itemdb_rs/api/catalogue/detail.json?item=4798",
dataType: 'jsonp',
success: function(results){
console.log(results);
}
});
编辑:
通过使用dataType: 'json',
而不是dataType: 'jsonp',
,我得到了这个错误:
有关主机使用 API 的其他信息:
http ://services.runescape.com/m=rswiki/en/Grand_Exchange_APIs#GE_Item_price_information