如果要在.css()中添加多个属性, 两个属性之间用什么分隔呢?
添加多项属性:如下
css({"font-size":"10px","color":"red","background-color":"blue"})
字体为10像素,字色为红色,背景为蓝色..
逗号可以
空格就好