• 2024-12-27xml文件创建/写入
    创建xml文件publicvoidCreateXmlFile(stringLayoutFileXml,intid){XmlDocumentxmlDoc=newXmlDocument();//创建类型声明节点XmlNodenode=xmlDoc.CreateXmlDeclaration("1.0","utf-8","");xmlDo