这个怎么回事啊
应该是不能产生两次根节点
Element book = bookstore.addElement("book");
你的createxml()中有2个document.appendchild(bookstore);应该留后面的
好的,谢谢谢谢