$("button:last").click(function() {
$("#a2").hide(3000,function() {
alert('执行3000ms动画完毕')
}
})
);
});
花括号对应错啦!
多了一个花括号