按照分组名称和子项对对象数组进行分组。
创始人
2024-08-24 00:00:42
0

假设有一个对象数组,每个对象包含一个分组名称和各个子项,要将这些对象按照分组名称和子项进行分组,可以使用reduce和对象的key来实现:

const data = [
  { group: 'A', children: ['a1', 'a2', 'a3'] },
  { group: 'B', children: ['b1', 'b2', 'b3'] },
  { group: 'A', children: ['a4', 'a5'] },
  { group: 'C', children: ['c1', 'c2', 'c3'] },
  { group: 'B', children: ['b4', 'b5', 'b6'] },
];

const result = data.reduce((acc, item) => {
  // 如果当前分组名称不存在,则添加该分组
  if (!acc[item.group]) {
    acc[item.group] = {};
  }
  
  // 将当前子项加入对应的分组中
  item.children.forEach(child => {
    if (!acc[item.group][child]) {
      acc[item.group][child] = [];
    }
    acc[item.group][child].push(item);
  });
  
  return acc;
}, {});

console.log(result);

// 输出结果:
// {
//   "A": {
//     "a1": [
//       {
//         "group": "A",
//         "children": [
//           "a1",
//           "a2",
//           "a3"
//         ]
//       }
//     ],
//     "a2": [
//       {
//         "group": "A",
//         "children": [
//           "a1",
//           "a2",
//           "a3"
//         ]
//       }
//     ],
//     "a3": [
//       {
//         "group": "A",
//         "children": [
//           "a1",
//           "a2",
//           "a3"
//         ]
//       }
//     ],
//     "a4": [
//       {
//         "group": "A",
//         "children": [
//           "a4",
//           "a5"
//         ]
//       }
//     ],
//     "a5": [
//       {
//         "group": "A",
//         "children": [
//           "a4",
//           "a5"
//         ]
//       }
//     ]
//   },
//   "B": {
//     "b1": [
//       {
//         "group": "B",
//         "children": [
//           "b1",
//          

相关内容

热门资讯

玩家攻略!wepokerplu... 玩家攻略!wepokerplus开挂,wpk透视辅助下载,揭秘教程(有挂透视)关于wpk透视辅助下载...
记者发布!pokemmo脚本辅... 记者发布!pokemmo脚本辅助器下载,aapoker脚本怎么用,普及教程(有挂软件);实战中需综合...
分享开挂内幕!拱趴游戏破解器,... 1、分享开挂内幕!拱趴游戏破解器,pokemmo脚本辅助下载,线上教程(有挂辅助)。2、pokemm...
推荐十款!wepoker私人局... 您好,wepoker私人局辅助挂这款游戏可以开挂的,确实是有挂的,需要了解加微【136704302】...
玩家必看秘籍!hhpoker是... 玩家必看秘籍!hhpoker是内部控制吗,wepoker透视最简单三个步骤,黑科技教程(有挂技巧);...
发现一款!wepoker智能辅... 1、发现一款!wepoker智能辅助插件,wepoker辅助透视,扑克教程(有挂攻略)2、进入游戏-...
分享开挂内幕!aapoker如... 分享开挂内幕!aapoker如何设置胜率,wpk俱乐部辅助器,技巧教程(有挂软件)是由北京得aapo...
推荐十款!哈糖大菠萝怎么开挂,... 推荐十款!哈糖大菠萝怎么开挂,sohoopoker辅助,必备教程(有挂神器)科技教程也叫必备教程,这...
一分钟揭秘!德州透视插件,hh... 一分钟揭秘!德州透视插件,hhpoker一直输有挂吗,黑科技教程(有挂方法)是一款可以让一直输的玩家...
实测揭晓!wepoker安装教... 实测揭晓!wepoker安装教程,德州辅助工具到底怎么样,攻略方法(有挂辅助)准备好在德州辅助工具到...