爲什麼使用background-color
在使用Javascript更改樣式時不起作用,因爲我在CSS
中使用它?backgroundColor不是背景顏色
這工作:
document.getElementById("circ").style.backgroundColor = getRandomColor();
但是,這並不工作:
document.getElementById("circ").style.background-color = getRandomColor();