function add([x, y]){ return x + y; } add([1, 2]); // 3 相关文章: 2021-10-23 2022-12-23 2022-12-23 2023-03-08 2022-12-23