回调函数的基本定义谁能解释一下呢?
$.get("http://www.imooc.com/data/info_f.php",function(data) {
$this.attr("disabled", "true");
$("ul").append("<li>我的名字叫:" + data.name + "</li>");
$("ul").append("<li>男朋友对我说:" + data.say + "</li>");
}, "json");
这个回调函数里面的那个function(data)是什么意思呢?
twocold
简单哒幸福