摘要:
privatevoidbtnCreate_Click(objectsender,EventArgse) {XmlDocumentxmlDoc =newXmlDocument();//建立Xml的定义声明XmlDeclarationdec = xmlDoc.CreateXmlDeclaration("1.0","GB2312",null); xmlDoc.AppendChild(dec);//创建根节点XmlElementroot = xmlDoc.CreateElement("Books"); xmlDoc.AppendChild(r 阅读全文
posted @ 2012-12-21 09:17
奇奇博客
阅读(179)
评论(0)
推荐(0)
浙公网安备 33010602011771号