摘要:
IDE工具 Microsoft Visual Studio Community 2026 目前最常用。 OpenCode 目前这个用得也非常的多,除去自己手动写代码,平常基本上使用这个工具。 JetBrains Rider 个人使用虽然免费很久了,但是目前可用的IDE太多了,而且Rider还是用不太 阅读全文
摘要:
相当于解决的方式,就是在初始化的时候,指定一下XML根节点的名称 new XmlRootAttribute("AppSettings") 序列化: var seri = new XmlSerializer(typeof(AppSettings), new XmlRootAttribute("AppS 阅读全文