下列不属于核心DOM的操作的是( )。
A: getAttribute()
B: setAttribute()
C: hasAttribute()
D: appendChild()
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()
- 下列哪项是移除属性值( )。 A: getAttribute() B: removeAttribute() C: hasAttribute() D: appendChild()
- 下列关于DOM操作的描述,不正确的是( )。 A: getAttribute("属性名")读取属性值 B: setAttribute("属性名")设置属性值 C: hasAttribute("属性名")判断是否包含指定属性 D: setAttribute("属性名",value)修改属性值