页面中有一个 ID 为 price 的层,并且有一个 ID 选择器 price 用来设置层 price 的样式,在 IE 浏览器中运行此页面,下面()能正确获取层的背景颜色.
A.
document.getElementById(“price”).currentStyle.backgroundColor
B.
document.getElementById(“price”).style.backgroundColor
C.
document.getElementById(“price”).currentStyle.background-color
D.
document.getElementById(“price”)