你正在创建一个处理 XML 文档的应用。其 XML 文档格式如下: 在你的应用中,你已经装入 XML 文档到一...
A.subscriber.DocumentElement.Attributes("phone").Value
B.subscriber.DocumentElement.ChildNodes[2].Value
C.subscriber.FirstChild.Attributes("phone").Value
D.subscriber.GetElementById("phone").Value
E.subscriber.DocumentElement.GetAttributeNode("phone").Value