單項(xiàng)選擇題復(fù)選框失去焦點(diǎn)時(shí)觸發(fā)的事件處理程序是()

A.onClick
B.onFocus
C.onSelect
D.onBlur


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題分析下面的JavaScript語(yǔ)句: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

3.單項(xiàng)選擇題分析下面的Javascript代碼:x=11;y="number";m=x+y;m的值為()

A.11number
B.number
C.11
D.程序報(bào)錯(cuò)

5.單項(xiàng)選擇題分析JavaScript代碼段,eval("a=1;b=2;alert(a+b)"),運(yùn)行后以下描述正確的是()

A.彈出窗口顯示3
B.彈出窗口顯示undefined
C.a的值為undefined
D.b的值為null