常見(jiàn)例句public void treeWalk(Document document) throws Exception { treeWalk(document.getRootElement()); } 基本上只需要兩種方法:parse() 和 treeWalk()。 返回 treewalk