Load the document and set the root element. XmlDocument doc = new XmlDocument(); doc.Load("bookstore.xml"); XmlNode root = doc.
確定! 回上一頁