ES6 函数参数的解构赋值 function add([x, y]){ return x + y; } add([1, 2]); // 3 posted @ 2019-04-09 17:42 梓鸿 阅读(...) 评论(...) 编辑 收藏