This is the fastest way to empty an array: a = [];. This code assigned the array a to a new empty array. It works perfectly if you do not have any references to ...
確定! 回上一頁