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。问题是使用 QDomElement appendChild() 方法时,元素的关闭不在第一个 <> 符号内。这是公司规则要求的。
现在是什么:
<element att1="" att2=""> </element>
我想要的是:
<element att1="" att2="" />
我能做些什么来实现这种布局?
提前致谢