單項選擇題在list元素內(nèi)部末尾添加元素,以下正確的是()
A.appendChild
B.appendChildren
C.insertAfter
D.insertBefore
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題
box.onclick = function() {
setTimeout(function() {
console.log(this)
})
}以上代碼運行結(jié)果為()
A.window
B.box
C.undefined
D.程序報錯
2.單項選擇題每個構(gòu)造函數(shù)都有()屬性,指向它的原型
A._proto_
B.prototype
C.constructor
D.以上都不對