【 在 yegle (一阁@bobopopo是大牛) 的大作中提到: 】
: 标 题: 问个jquery的问题
: 发信站: 水木社区 (Mon Jul 20 14:27:00 2009), 站内
:
: function fetchJSON(start,keyword){
: var data;
这个声明没有必要。。
: $.getJSON("http://api.douban.com/movie/subjects?alt=xd&callback=?&st
: art-index="+start+"&max-results=1&q="+$("#autofetch").val(),function(data){
console.log(data);
看看内容是什么。。
我是假定你用Firefox+Firebug了。。
: var id=data.entry[0].id['$t'];
: $.getJSON(id+"?alt=xd&callback=?", function(data){
: return data;
: })
: })
: }
:
: 为什么我得到的返回都是undefined呢?
:
:
:
:
: --
:
http://yegle.net/:
: In a world without walls and fences
: who needs Windows and Gates?
:
:
: ※ 来源:·水木社区 newsmth.net·[FROM: 123.127.134.*]
--
FROM 61.135.255.*