我想用jQuery来改变label的style属性,需要怎么做呢

2025-01-15 00:10:09
推荐回答(2个)
回答1:

$("label").attr("style", "background-color:#000");

回答2:

$("#tishi").css("display","block");
你看你labelid前面是不是#