下列不属于添加元素优化的是( )。
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()
- 下列不属于核心DOM的操作的是( )。 A: getAttribute() B: setAttribute() C: hasAttribute() D: appendChild()
- 下列不属于核心DOM的操作的是( )。 A: getAttribute() B: setAttribute() C: hasAttribute() D: appendChild()
- 下列不属于核心DOM的操作的是( )。 A: getAttribute() B: setAttribute() C: hasAttribute() D: appendChild()
- 下列哪项是移除属性值( )。 A: getAttribute() B: removeAttribute() C: hasAttribute() D: appendChild()