代码如下:$(document).ready(function(){ $(“p:odd”).css(“background-color”, “#bbf”); $(“p:even”).css(“background-color”,”#ffc”); $(“p”).click(function () { $(“p”).each(function(){ if($(this).hasClass(“highlight”)){ $(this).removeClass(“highlight”); }}); $(