3 WAYS TO EMPTY ARRAYS IN #JAVASCRIPT array.length = 0; array.length = [ ]; array.splice(0, array.length); .
確定! 回上一頁