2参数,样式,时间

$(this).animate({top:"100px","opacity": "0"},1000)

3参数,样式,时间,返回

$(this).animate({top:"100px"},1000,function(){..})

05-11 20:29