es6语法中根据相同key合并数组并生成子数组

可以使用Array.prototype.reduce()方法。该方法接受一个函数作为参数,该函数有两个参数:accumulator和currentValue。accumulator用于累积结果,currentValue用于处理数组中的每个元素。

es6合并数组reduce