JS. How to make clone of array? · var firstArray : Array = new Array(0,1,2,3,4,5); · var secondArray : Array; · secondArray = firstArray;.
確定! 回上一頁