let subNumber = (x, y) => { return x - y; }; Js.log(subNumber(1, 2)); /* 1 */ ... 在 Javascript 中並沒有 Tuple 的概念而被整合在 Array 之中.
確定! 回上一頁