本文共 109 字,大约阅读时间需要 1 分钟。
function add([x, y]){ return x + y;}add([1, 2]); // 3
转载于:https://www.cnblogs.com/nongzihong/p/10678522.html