Array.prototype.slice(startIndex,endIndex);
slice()
arr.slice();//[start,end] arr.slice(start);//[start,end] arr.slice(start,end)//[start,end)不包括結束