相关考题
-
单项选择题
DOM 中,创建注释节点的方法是()
A.createElement(tagname)
B.createTextNode(text)
C.createAttribute()
D.createComment(text) -
单项选择题
DOM 中,创建新的文本节点的方法是()
A.createElement(tagname)
B.createTextNode(text)
C.createAttribute()
D.createComment(text) -
单项选择题
DOM 中,创建新的属性节点的方法是()
A.createElement(tagname)
B.createTextNode(text)
C.createAttribute()
D.createComment(text)
