摘要: 接续昨天的问题: json 转换 xml {"jylsh":null,"testtimes":null,"license":null,"licensetype":0,"Licensecode":null,"Vehicletype":null,"vehiclemodel":null,"cpmc":"8 阅读全文
posted @ 2020-07-29 18:44 YaShi 阅读(256) 评论(0) 推荐(0) 编辑
摘要: XMl //实现xml的写入 //1、在内存中构建Dom对象 XmlDocument xmlDoc = new XmlDocument(); //增加文档说明 XmlDeclaration xmlDeclaration = xmlDoc.CreateXmlDeclaration("1.0", "GB 阅读全文
posted @ 2020-07-29 08:59 YaShi 阅读(475) 评论(0) 推荐(0) 编辑