In other words, if you have two references to the same array (a = [11, 21, 46]; a2 = a;), and you delete the array's contents using an array.length = 0, both ...
確定! 回上一頁