摘要:
Create a New XML File Using XmlDocumentHere's the XML File:1 2 3 4 XML5 This is a list my XML articles.6 true7 8 Here's the code: 1 XmlDocument xmlDoc = new XmlDocument(); 2 3 4 // Write down the XML declaration 5 XmlDeclaration xmlDeclaration = xmlDoc.CreateXmlDecl... 阅读全文
posted @ 2013-09-18 11:20
酣睡的熊㊣
阅读(367)
评论(0)
推荐(0)