日期:2014-05-17 浏览次数:20443 次
$("#a").mouseover(function () { alert("鼠标已经在此控件上."); }).mouseout(function () { alert("鼠标已经离开此控件."); });