Another way to create an empty array is to set the length of an existing array to 0 . Let's first create an array with elements in them: const array = [1, ...
確定! 回上一頁