参考 concat()

concat()

Concatenates two arrays, maps to Array.concat(). Does not modify the input arrays.

示例

语法

concat(a, b)

参数

a

first Array to concatenate

b

second Array to concatenate

Notice any errors or typos? Please let us know. Please feel free to edit src/utilities/array_functions.js and open a pull request!

相关参考