A.append() B.html() C.prependTo() D.prepend()
A.$("div").each(function(){}) B.$.each($("div"),function(){}) C.each(i=0;i<$("div").length;i++){} D.each($("div"),function(){})
A.css屬性對象 B.回調函數(shù) C.動畫執(zhí)行速度 D.停止動畫