The spread syntax operator ( ... ) takes an array or object (or other iterable) and expands its items into their own individual values. let ...
確定! 回上一頁