單項選擇題為了實現(xiàn)3秒后自動關閉廣告的效果,可以使用()來實現(xiàn)。

A.setTimeout()
B.setInterval()
C.clearInterval()
D.clearTimeout()


您可能感興趣的試卷

你可能感興趣的試題

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

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

3.單項選擇題打開Chrome控制臺時按哪個快捷鍵?()

A.F1
B.F3
C.F5
D.F12

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

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

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

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