單項選擇題下面加載事件中,會在DOM加載完成時觸發(fā)的是()。

A.document.DOMContentLoaded
B.window.onload
C.window.reload()
D.window.refresh


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

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

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