jQuery mouseout () 方法--- ## 实例当鼠标指针离开` ` 元素时,设置背景色为灰色: ```js $("p").mouseout(function(){ $("p").css("background-color","gray"); } ...
確定! 回上一頁