成人高等教育 / JavaScript程序设计
正确率:100%
页面中有一个id为price的层,并且有一个id选择器price用来设置层price的样式,在IE浏览器中运行此页面,下面( )能正确获取层的背景颜色。
(选择一项)
- A、
document.getElementById("price").currentStyle.backgroundColor
- B、
document.getElementById("price").currentStyle.background-color
- C、
document.getElementById("price").style.backgroundColor
- D、
var divObj=document.getElementById("price");document.defaultView.getComputedStyle(divObj,null).background;
参考答案:
佳题速递: