试题详情
- 多项选择题Your Web site processes book orders. One of the application methods contains the following code segment. XmlDocument doc = newXmlDocument( ); doc.LoadXml(“
”); You need to remove the discount element from XmlDocument. Which two code segments can you use to achieve this goal? (Each correct answer presents a complete solution. ()10 ”+”Dictionary A、XmlNode root = doc.DocumentElement;root.RemoveChild(root.FirstChild);
B、XmlNode root = dec.DocumentElement;root.RemoveChild(root.SelectSingleNode(“discount”));
C、doc.RemoveChild(doc.FirstChild);
D、doc.DocumentElement.RemoveChild(doc.FirstChild);
- A,B
关注下方微信公众号,在线模考后查看
热门试题