📜  添加超过 2 个 css jquery - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:43.108000             🧑  作者: Mango

代码示例1
//by passing the object of css properties will work
$("selector").css({"background-color": "green", "font-size": "14px"});