Where the spread operator unpacks the contents of an iterable into single elements, the rest parameter instead collects all the remaining elements into an array ...
確定! 回上一頁