gpt4 book ai didi

jquery - .getJSON() 返回 null

转载 作者:行者123 更新时间:2023-12-01 06:08:18 26 4
gpt4 key购买 nike

我使用 jQuery 来获取和解析 JSON,使用示例 flickr 服务:http://api.jquery.com/jQuery.getJSON/

如果我使用 flickr url 一切正常,当我尝试获得自己的服务时问题就开始了。

当我保存输出并从文件中读取它时,它可以工作,但我不能从服务器 URL 工作。 Firebug 显示两个对象为 null,这很明显,但它也显示类似这样的内容:

GET http://myurl.xx 200 OK 107ms


Date Sat, 26 Jun 2010 10:24:08 GMT
Server Apache/2
X-Powered-By PHP/5.2.10
Set-Cookie SESS1faf247ad9843d9dd296b3673ae414f3=1e90f24286485ce326718211ed258733; expires=Mon, 19-Jul-2010 13:57:28 GMT; path=/; domain=.myrul.xx
Expires Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified Sat, 26 Jun 2010 10:24:08 GMT
Cache-Control store, no-cache, must-revalidate, post-check=0, pre-check=0
Vary Accept-Encoding,User-Agent
Content-Encoding gzip
Content-Length 1167
Keep-Alive timeout=1, max=100
Connection Keep-Alive
Content-Type text/javascript; charset=utf-8


Request headers


Host myurl.xx
User-Agent Mozilla/5.0 (Windows; U; Windows NT 6.1; pl; rv:1.9.2.4) Gecko/20100611 Firefox/3.6.4 ( .NET CLR 3.5.30729; .NET4.0E)
Accept application/json, text/javascript, */*
Accept-Language pl,en-us;q=0.7,en;q=0.3
Accept-Encoding gzip,deflate
Accept-Charset ISO-8859-2,utf-8;q=0.7,*;q=0.7
Keep-Alive 115
Connection keep-alive
Origin null

我已将网址更改为:myrul.xx,但我使用有效的网址。

导致该结果的可能原因是什么?

例如,我已经尝试过(我不使用任何查询字符串):

 $.getJSON('http://mysite.com', function (jd) {
$.each(jd, function (index, value) {
$('#stage').append('<p>' + value.title + '</p>');
$('#stage').append('<img src=\'' + value.picture + '\'></p>');
$('#stage').append('<p><a href=\'' + value.url + '\'>url</a></p>');
$('#stage').append('<hr/>');
});
});

最佳答案

关于jquery - .getJSON() 返回 null,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3123549/

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