格式化
XmlOptions xmlOptions = new XmlOptions();
xmlOptions.setSavePrettyPrint();
xmlOptions.setSavePrettyPrintIndent(4);
hbmDoc.save(file, xmlOptions);格式化
XmlOptions xmlOptions = new XmlOptions();
xmlOptions.setSavePrettyPrint();
xmlOptions.setSavePrettyPrintIndent(4);
hbmDoc.save(file, xmlOptions);
2401

被折叠的 条评论
为什么被折叠?