The concat() function returns a new array that consists of the first array concatenated with the second. const array = [1, 2, 3]; const array2 = ...
確定! 回上一頁