var a =[[1],[2],[3]];. var b = a.slice();. b.shift().shift();. // a is now [[], [2], [3]]. Raw. jQuery extend() can do deep copying.js ...
確定! 回上一頁