So if you type arr[4] = 124 you'll replace the reference in array to another reference leading to new object ( 124 ). And all other references to previous ...
確定! 回上一頁