將數據庫樹形記錄轉爲java 樹形數據結構

/** * 轉換爲Tree結構 * @param treedata * @return */ public static Tree toTreeList(List<Tree> treedata){ Tree root = null; for(Tree node:treedata){ String parentid = node.getParentid(); i
相關文章
相關標籤/搜索