摘要:
IDE工具 Microsoft Visual Studio Community 2022 目前最常用的还是VS2022。 Microsoft Visual Studio Community 2026 目前还没有的正式发布,不过总体来说,完成度非常高,而且经常会更新。平常使用也很多。 JetBrain 阅读全文
摘要:
相当于解决的方式,就是在初始化的时候,指定一下XML根节点的名称 new XmlRootAttribute("AppSettings") 序列化: var seri = new XmlSerializer(typeof(AppSettings), new XmlRootAttribute("AppS 阅读全文