单项选择题

设置隐藏和显示oDiv元素的是()

A.oDiv.style.show="block"
B.oDiv.style.show="none"
C.oDiv.style.display="block"
D.oDiv.style.display="none"