apply(null, args);. With ES6 spread you can now write the above as: function f(x, y, z) { } var args = [0 ...
確定! 回上一頁