Simple: it's the same array. JavaScript. Copy Code. var A = [20, 30, 25, 5, 3, 2]; var B = A; Creates A and "points" it at an array of ...
確定! 回上一頁