请问单元格背景颜色是否可以设置透明度,如果不能设置是否可以通过js来调整
参考:
setTimeout(function(){
$("td[id^=A1-0-]").css("opacity","0.1");
},100)
不行 只有三个参数
写js可以实现