單項選擇題下列選項中,()可在Chrome瀏覽器中阻止事件默認行為。

A.returnValue
B.cancelBubble
C.stopPropagation()
D.preventDefault()


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題以下()不是Event對象的屬性。

A.target
B.ctrlKey
C.time
D.keyCode

2.單項選擇題以下()語句用于訪問數(shù)組person的第4個元素。

A.person[4]
B.person[3]
C.person(4)
D.person(3)

3.單項選擇題以下選項中,可以用于創(chuàng)建元素節(jié)點(標記)的函數(shù)是()。

A.create
B.createElement
C.getElementById
D.getElementsByName

5.單項選擇題下列選項中,可以實現(xiàn)異或操作的是()。

A.“&”
B.“∣”
C.“~”
D.“^”