在原文代码中,$p.html("").css("color","red")的样式要是想更换多几个怎么办?例如我还想更换font-size呢?直接在“red”后面加??
.css({
'background' : 'red',
'font-size' : '15px',
....
})
就这样弄。