可以通过以下步骤实现:
cell.style.backgroundColor = "red";
if (cell.innerHTML === "正常") {
cell.style.backgroundColor = "green";
} else if (cell.innerHTML === "异常") {
cell.style.backgroundColor = "red";
} else {
cell.style.backgroundColor = "yellow";
}
var table = document.getElementById("myTable");
var cells = table.getElementsByTagName("td");
for (var i = 0; i < cells.length; i++) {
cells[i].style.backgroundColor = "blue";
}
这样,使用JavaScript就可以更改表格中单元格的颜色了。
推荐的腾讯云相关产品:腾讯云云服务器(CVM)和云函数(SCF)。
领取专属 10元无门槛券
手把手带您无忧上云