原型: Array.prototype.slice() 功能: 回傳一個新陣列物件,為原陣列選擇的begin 至end(不含end)部分的淺拷貝(shallow copy)。 改變: 原本的陣列將不會被修改。
確定! 回上一頁