ES6 延展操作符 延展操作符(Spread operator) 延展操作符 = …可以在函数调用/数组构造时,将数组表达式或者string在语法层面展开,还可以在构造对象时,将对象表达式按key-value … Continue reading ES6 延展操作符