Your Web site processes book orders. One of the ap...
多选题

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? ()

发布日期:2020-04-10

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)

热门试题

热门资讯

    暂无相关推荐~

分享给好友

分享到朋友圈

取消

使用浏览器的分享功能,把这篇文章分享出去

确定