...就是扩展运算符,他的写法是es6中 的新写法。 如: let a = [1,2,3], let b =[4] [...a,b]的值为[1,2,3,4] https://juejin.im/post/5ad88219f265da505546692f