下列不属于添加元素优化的是( )。 A: var frag=document.createDocumentFragment(); B: frag.appendChild(child); C: parent.appendChild(frag); D: getAttribute()
下列不属于添加元素优化的是( )。 A: var frag=document.createDocumentFragment(); B: frag.appendChild(child); C: parent.appendChild(frag); D: getAttribute()
下列不属于添加元素优化的是( )。 A: var frag=document.createDocumentFragment(); B: frag.appendChild(child); C: parent.appendChild(frag); D: getAttribute()
下列不属于添加元素优化的是( )。 A: var frag=document.createDocumentFragment(); B: frag.appendChild(child); C: parent.appendChild(frag); D: getAttribute()
appendChild()方法可以将创建的文本节点添加到元素节点中。()
appendChild()方法可以将创建的文本节点添加到元素节点中。()
appendChild()可以向指定节点之前插入一个新的子节点。
appendChild()可以向指定节点之前插入一个新的子节点。
创建元素的方法是( )。 A: createTextNode() B: createElement() C: createAttribute() D: appendChild()
创建元素的方法是( )。 A: createTextNode() B: createElement() C: createAttribute() D: appendChild()
创建元素的方法是( )。 A: createAttribute() B: createTextNode() C: createElement() D: appendChild()
创建元素的方法是( )。 A: createAttribute() B: createTextNode() C: createElement() D: appendChild()
下列哪项是移除属性值( )。 A: getAttribute() B: removeAttribute() C: hasAttribute() D: appendChild()
下列哪项是移除属性值( )。 A: getAttribute() B: removeAttribute() C: hasAttribute() D: appendChild()
下列哪项是移除属性值( )。 A: getAttribute() B: removeAttribute() C: hasAttribute() D: appendChild()
下列哪项是移除属性值( )。 A: getAttribute() B: removeAttribute() C: hasAttribute() D: appendChild()
以下哪个不是DOM的操作方法? A: appendChild B: getAttribute C: replaceChild D: deleteChild
以下哪个不是DOM的操作方法? A: appendChild B: getAttribute C: replaceChild D: deleteChild
以下哪个方法用来删除节点的?() A: appendChild() B: removeChild() C: appendTo() D: remove()
以下哪个方法用来删除节点的?() A: appendChild() B: removeChild() C: appendTo() D: remove()