The slice() method returns a shallow copy of a portion of an array ... function list() { return Array.prototype.slice.call(arguments) } let ...
確定! 回上一頁