$("div").mouseover(function(){ $(this).css("background-color","#CCC")//移入})$("div").mouseout(function(){ $(this).css("background-color","#FFF")//移出})
手动敲的,如果有语法错了见谅.