常见例句public void treeWalk(Document document) throws Exception { treeWalk(document.getRootElement()); } 基本上只需要两种方法:parse() 和 treeWalk()。 返回 treewalk