有两个json调用,#2调用正在运行。我对第一个(多个流)没有任何想法。
(我知道有些人会说:"去那里阅读文档",但它对我没什么帮助。https://github.com/justintv/Twitch-API/blob/master/v2_resources/streams.md)
拨打#1:
$.getJSON("h ttps://api.twitch.tv/kraken/streams?channel=viagamehs,starladder1.json?callback=", function(response){
response = JSON.stringify(response);
OBjonline = jQuery.parseJSON(response);
alert(response);
});
致电#2:
$.getJSON("h ttps://api.twitch.tv/kraken/streams/viagamehs_ru.json?callback=?", function(response){
response = JSON.stringify(response);
OBjonline = jQuery.parseJSON(response);
alert(response);
});
答案 0 :(得分:1)
正确的代码:
x