我正在尝试使用 javascript 将 API 中的数据存储到数组中。尝试这样做:
$.getJSON('http://search.twitter.com/search.json?q=Hamburg&rpp=5&lang=all', function(standings) {
menStandings.append(standings);
alert('Done!');
});
我想做的就是将它存储在一个名为 menStandings{} 的数组中,但是我收到一个错误:
XMLHttpRequest 无法加载http://search.twitter.com/search.json?q=Hamburg&rpp=5&lang=all。Access-Control-Allow-Origin 不允许 Origin null。