如何访问以下数据?目前我只想玩弄数据,以便更好地了解它是如何工作的。我以前从未使用过 API,但是我熟悉 JSON 的概念。
$.getJSON( "https://api.forecast.io/forecast/APIKEY/40.463487,17.248535", function( data ) {
console.log('here');
console.log(data);
});
我已经在本地尝试过,它返回: XMLHttpRequest cannot load https://api.forecast.io/forecast/APIKEY/40.463487,17.248535。Access-Control-Allow-Origin 不允许来源http://weathercast.com 。
我需要的只是数据。