//5.选择所有的 span 元素和id为two的元素$("#btn5").click(function () { ? ? ? $("span,#two").css("background-color", "#bbffaa");})