方法一: function group(array, subGroupLength) { let index = 0; let newArray = []; while(index < array.length) { newArray.push(array.slice(index, index += Read More
posted @ 2019-11-29 14:34 古墩古墩 Views(5974) Comments(0) Diggs(0)