gpt4 book ai didi

javascript - 我似乎无法让 json 工作。句号。我几乎复制了 http ://api. jquery.com/jQuery.getJSON/但没有运气

转载 作者:行者123 更新时间:2023-11-28 12:47:49 34 4
gpt4 key购买 nike

<小时/>
        $("#thumbnails .thumb").find(".viewsCount").each(function(){
var PostID = $(this).html();
$.getJSON("http://tom.is-a-geek.org/tumblr/counters/thomee/go.php?c=yeeeboiii&i=" + PostID + "&justCount=y&format=json&jsoncallback=?",function(data){
$.each(data.items, function(i,item){
//$(this).html(item.views);
alert(item.views);
alert("sigh");
});
});
});
<小时/>
({
"items": [
{
"views": "20"
}
]
})
<小时/>

直播@ http://thomee.tumblr.com

如有任何帮助,我们将不胜感激。 :-(

最佳答案

由于安全原因,您无法执行跨站点 getJSON。因此,要么在 getJSON 中使用本地(我的意思是“同一域”中的本地)url,要么尝试使用 JSONP 黑客/解决方法: http://code.google.com/p/jquery-jsonp/

关于javascript - 我似乎无法让 json 工作。句号。我几乎复制了 http ://api. jquery.com/jQuery.getJSON/但没有运气,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5727174/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com