Trick

1.

var b = a.slice(beginIndex,endIndex);
[].slice.call( [] )
Array.prototype.slice.call([])

 

will copy the array a into b.

posted @ 2014-01-22 15:56  NancyChan  阅读(243)  评论(0编辑  收藏  举报