摘要: 1.树形 2.返回一个list 递归方法: public static List<TreeNode> buildList(Long parentId, List<TreeNode> nodes) { List<TreeNode> list = new ArrayList<>(); for (Tree 阅读全文
posted @ 2023-04-14 17:08 笃灬 阅读(29) 评论(0) 推荐(0)