$.post("index.php?app=default&act=ajaxBigImage", {goods_id: goods_id},function(data){
$.ajaxSettings.async = false;
if(data!=0){;
urll = data;
return true;
}else{
return false;
}
});

 

 

代码执行顺序问题解决

posted on 2013-12-18 12:00  程序猿的笔记  阅读(254)  评论(0编辑  收藏  举报