相关考题
-
单项选择题
假设今天是2006年5月8日星期一,请问下列JavaScript代码:var time = new Date();document.write(time.getDay());在页面上的输出结果是()
A.2006
B.8
C.5
D.1 -
单项选择题
复选框失去焦点时触发的事件处理程序是()
A.onClick
B.onFocus
C.onSelect
D.onBlur -
单项选择题
分析下面的JavaScript语句:str="This apple costs"+50.5;执行后str的结果是()
A.This apple costs 50.5
B.This apple costs 5.5
C."This apple costs" 50.5
D."This apple costs" 5.5
