1) Assigning it to a new empty array ... This is the fastest way to empty an array: a = [];. This code assigned the array a to a new empty array. It works ...
確定! 回上一頁