08 2021 档案

摘要:1.创建简单的XML 1 XmlDocument XmlDoc = new XmlDocument(); 2 //XML声明 3 var xmlDeclaration = XmlDoc.CreateXmlDeclaration("1.0", "UTF-8", null); 4 XmlDoc.Appe 阅读全文
posted @ 2021-08-19 20:26 老猿-孜孜不倦 阅读(39) 评论(0) 推荐(0) 编辑