A. onmouseover B. onmouseout C. onkeydown D. onmousedown
A. document.getElementById("flower") B. document.getElementByName("flower") C. document.getElementsClassName("flower")
A. var count = 10 B. var count == 10 C. var x, y = 10
A. ++i 运算将出错 B. 在任何情况下运行程序结果都一样 C. 在任何情况下运行程序结果都不一样 D. 在 任何情况下变量i的值都增1
A. 7 B. 3 C. 3.7
A. if结构 B. if-else结构 C. if-else if结构 D. if-else else结构
A. string B. number C. float D. boolean
A. 算术运算符 B. 位运算符 C. 条件运算符 D. 逻辑运算符
A. 无限次 B. 5 C. 4