Because arrays in JS are reference values, so when you try to copy it using the = it will only copy the reference to the original array and not the value of ...
確定! 回上一頁