移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

多选题

You load an XmlDocument named doc with the following XML. Dictionary World Atlas You need to change the value for the genre attribute to NA for all book attributes. First, you add the following code segment to your class.Dim root As XmlElement = doc.DocumentElementDim nodes As XmlNodeList = root.SelectNodes("books/book")Which additional two code segments can you use to achieve this goal?()

发布日期:2021-03-17

You load an XmlDocument named doc with the followi...
A

Dim node As XmlNodeFor Each node In nodes node.Attributes(0).Value = NANext node

B

Dim node As XmlNodeFor Each node In nodes node.Attributes(1).Value = NANext node

C

Dim node As XmlNodeFor Each node In nodes Dim genre As XmlNode = node.SelectSingleNode(/genre) genre.Value = NANext node

D

Dim node As XmlNodeFor Each node In nodes Dim genre As XmlNode = node.SelectSingleNode(@genre) genre.Value = NANext node

E

Dim node As XmlNodeFor Each node In nodes Dim genre As XmlNode = node.SelectSingleNode(genre) genre.Value = NANext node

标签: "暂无标签"

题王网让考试变得更简单

扫码关注题王,更多免费功能准备上线!