TXMLDocument 创建空值节点不要缩写
xmldoc.CreateNode('input');
然后访问 xmldoc.DocumentElement.XML
<input/>
节点值为空,自动变成这样了
想要完整的
<input></input>
请问如何能实现