Appearance
concat() 方法用于合并两个或多个数组。此方法不会更改现有数组,而是返回一个新数组。
push() 方法将一个或多个元素添加到数组的末尾,并返回该数组的新长度。
MDN concat