JS问题:这个变量分明已经指定,为什么alert提示没有定义?谢谢

$.ajax({url:url,type:"POST",contentType:"application/json;utf-8",dataType:'json',cach... $.ajax({

url: url,
type: "POST",
contentType: "application/json;utf-8",
dataType: 'json',
cache: false,
beforeSend:function(){
$("#content").html("正在请求数据,请稍后...");
},
success: function(data) {
//处理json
d=JSON.stringify(data);
},
error: function(data) {
alert(data);
}
});

alert(d);
展开
 我来答
pc_mvp
2014-02-09 · TA获得超过314个赞
知道小有建树答主
回答量:150
采纳率:0%
帮助的人:112万
展开全部
ajax是异步执行,当alert(d)时,d还不存在,只有当ajax回调完成执行success时候才存在,可以添加async:false测试出来
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
wocabuzhidao
2014-02-09 · TA获得超过294个赞
知道小有建树答主
回答量:331
采纳率:100%
帮助的人:192万
展开全部
hey ,man!
are you sure it was night??
it is noon ,ok?
about the question !i agree with the advice downstairs!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
yugi111
2014-02-09 · TA获得超过8.1万个赞
知道大有可为答主
回答量:5.1万
采纳率:70%
帮助的人:1.3亿
展开全部

Hello guys, you must know that ajax is an Object with inner functions, so if you alert below it, it must be null or undefined!


Goodnight !

追问
I should now how to do. .Thinks..
追答

I thought you can define d above it all, and then you use d into success function, if success, then d will be well

本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式