单个样式: $(this).css("color","red"); 多个样式: $(this).css({color:"red",background:"black"}); 获取样式值: $(this).css("color") 相关文章: 2021-08-29 2022-02-08 2021-08-29 2021-11-15 2021-08-18 2022-12-23 2022-12-23 2022-12-23