跨域?
【 在 yegle (一阁@bobopopo是大牛) 的大作中提到: 】
: 标 题: 问个jquery的问题
: 发信站: 水木社区 (Mon Jul 20 14:35:25 2009), 站内
:
: [ 用户 yegle 在转载时对文章内容进行了编辑 ]
:
: 发信人: yegle (一阁@bobopopo是大牛), 信区: WebGeeks
: 标 题: 问个jquery的问题
: 发信站: 水木社区 (Mon Jul 20 14:27:00 2009), 站内
:
: function fetchJSON(start,keyword){
: $.getJSON("http://api.douban.com/movie/subjects?alt=xd&callback=?&st
: art-index="+start+"&max-results=1&q="+$("#autofetch").val(),function(data){
: 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?
:
:
: ※ 修改:·yegle 于 Jul 20 14:35:25 2009 修改本文·[FROM: 123.127.134.*]
: ※ 来源:·水木社区 newsmth.net·[FROM: 123.127.134.*]
--
修改:yegle FROM 123.127.134.*
FROM 123.124.143.*