在页面中有一个id为room的文本框,下面选项能实现在点击room文本框时,使得room的背景颜色变为"#CCCCCC"
A. input id="room" type="text" onfocus="this.style.backgroundColor='
B. CCCCCC'"
C. input id="room" type="text" onfocus="this.backgroundColor='
D. CCCCCC'"
E. input id="room" type="text" onblur="this.style.backgroundColor='
F. CCCCCC'"
G. input id="room" type="text" onblur="this.backgroundColor='
H. CCCCCC'"