单个样式: $(this).css("color","red"); 多个样式: $(this).css({color:"red",background:"black"}); 获取样式值: $(this).css("color") 相关文章: