var argArray = Array.prototype.slice.call(arguments);

或者ES6:

var argArray = Array.from(arguments)

results matching ""

    No results matching ""