数组方法之concat

作用:拼接新数组。

一:参数全是简单的值

有数组也有纯数字:

数组方法之concat

只有数字:

数组方法之concat

只有数组:

数组方法之concat

 

二:参数是对象:

数组方法之concat

[Symbol.isConcatSpreadable]:true

length:设置为几,就把几个元素(属性名为数字)加入

请欣赏gif:

数组方法之concat

 

以上是 数组方法之concat 的全部内容, 来源链接: utcz.com/a/76719.html

回到顶部