string name; XmlDocument xml = new XmlDocument(); xml.Load("theFile.xml"); // Or any other method to load your xml data in the XmlDocument.
確定! 回上一頁