const nums = [1, 2, 3, 4, 5, 6, 7, 8, 9]; // Get number of elements per subarray const numsPerGroup = Math.ceil(nums.length / 3); // Create ...
確定! 回上一頁