Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我有一个要保存到 XML 文件的 Properties 实例,我只需调用 Properties 的 storeToXML()。
现在我有一个属性数组,我想将它们存储在一个 XML 文件中。对于数组中的每个 Properties 实例,在 XML 层次结构中应该有一个缩进步骤。在每个 Properties 实例的每个缩进步骤中,XML 层次结构应该(可能)看起来像调用 storeToXML() 方法时获得的层次结构。
最简单的方法是什么?