单项选择题
A.Element B.Document C.Text D.Attr
下面()方法是添加节点的方法。A.appendChild()B.appendC.setchild()D.ins...
单项选择题下面()方法是添加节点的方法。
A.appendChild() B.append C.setchild() D.insertChild()
获得XML文档节点中包含的数据,使用()节点对象。A.ElementB.DocumentC.TextD.Att...
单项选择题获得XML文档节点中包含的数据,使用()节点对象。
删除某个标记的属性,使用()方法。A.removeAttribute(String name)B.remove...
单项选择题删除某个标记的属性,使用()方法。
A.removeAttribute(String name) B.removeChild(Node node) C.replaceWholeText(String text) D.getNodeName()