应该是这样写的:$(document).ready(function(){ $("p").mouseover(function(){ $(this).addClass("hove"); },function(){$(this).removeClass("hove");}); });