| 使用Js更改仪表盘控件不生效,代码如下,我打印num是有值的,但是this.css没有生效,是什么原因呢?有没有其他js代码可以更改仪表盘颜色 var num = now/all; console.log(num); if(num>0.9){ this.css("color","red"); }else if(num>0.9 && num<1){ this.css("color","blue"); }else if(num>1){ this.css("color","red"); } | 
 立即参与
              立即参与
          