單項選擇題復(fù)選框失去焦點時觸發(fā)的事件處理程序是()
A.onClick
B.onFocus
C.onSelect
D.onBlur
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題分析下面的JavaScript語句:str="This apple costs"+50.5;執(zhí)行后str的結(jié)果是()
A.This apple costs 50.5
B.This apple costs 5.5
C."This apple costs" 50.5
D."This apple costs" 5.5
2.單項選擇題分析下面的JavaScript代碼段,a=eval("3+6+7");document.write(a);輸出正確的是()
A.367
B.16
C.0
D.以上都不是