for (int i = 0; i < list.size(); i++) {
Element attrs = document.createElement(list.get(i));
tname.appendChild(attrs);
}
这段代码第二行报错,我试过如果括号内改成(“name”)就可以
log:
Exception in thread "main" org.w3c.dom.DOMException: INVALID_CHARACTER_ERR: 指定的 XML 字符无效或非法。
at com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.createElement(Unknown Source)
东风冷雪
相关分类