單項選擇題在DOM模型中用于添加節(jié)點的方法有()

A.appendChild
B.addBefore
C.insertNode
D.insertChilds


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題以下哪種方式能夠獲得鍵盤的ASII值?()

A.window.event.keyCode
B.window.event.srcElement.name
C.window.event.name
D.window.event.value

3.單項選擇題下面事件描述不正確的是()

A.onselect當選中時觸發(fā)
B.onchange當值改變時觸發(fā)
C.onmouseout當鼠標經(jīng)過時觸發(fā)
D.onfocus當獲得焦點時發(fā)生

4.單項選擇題JavaScript中,以下不是常用節(jié)點屬性是()

A.childNodes屬性,firstChild屬性
B.getElementByID屬性
C.nodeName屬性,nodeValue屬性
D.nodeType屬性

5.單項選擇題以下哪個選項是文檔對象(DOM)模型中頂層對象?()

A.location
B.document
C.history
D.window