以下哪个不是DOM的操作方法?
A: appendChild
B: getAttribute
C: replaceChild
D: deleteChild
A: appendChild
B: getAttribute
C: replaceChild
D: deleteChild
举一反三
- 选择以下对DOM操作的方法() A: appendChild B: append C: replaceChild D: deleteChild
- 下列不属于核心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()
- DOM中哪个方法用于将指定的节点追加到现有节点的末尾() A: adoptNode B: removeChild C: replaceChild D: appendChild