试题详情

如果需要改变HTML元素的样式,以下写法正确的是()

Adocument.getElementById(“box”).bgColor="blue"

Bdocument.getElementById(“box”).backgroundColor="blue"

Cdocument.getElementById(“box”).style.bgColor="blue"

Ddocument.getElementById(“box”).style.backgroundColor="blue"