收起
$("p").mouseenter(function() { $(this).css("backgroundColor", "red"); }).mouseleave(function() { $(this).css("backgroundColor", "blue"); })
报告相同问题?