多做题,通过考试没问题!

微软认证考试

睦霖题库>其他计算机考试>微软认证考试

Your Web site processes book orders. One of the application methods contains the following code segment.Dim doc As New XmlDocument( )doc.LoadXml("10" &_"Dictionary")You need to remove the discount element from XmlDocument. Which two code segments can you use to achieve this goal? ()

  • A、Dim root As XmlNode = doc.DocumentElementroot.RemoveChild(root.FirstChild)
  • B、Dim root As XmlNode = doc.DocumentElementroot.RemoveChild(root.SelectSingleNode("discount"))
  • C、doc.RemoveChild(doc.FirstChild)
  • D、doc.DocumentElement.RemoveChild(doc.FirstChild)
正确答案:A,B
答案解析:
进入题库查看解析

微信扫一扫手机做题