$("button:first").click(function() { //把p元素添加到li的合集中 $('li').add('p').css('background', 'red') })
为什么我看不出效果来,是把空P加入了ul吗
li+p 都给css属性