You can set the length property of an array to 0 to empty an array: arr.length = 0;. The array length property is readable and writable, ...
確定! 回上一頁