splice

#splice數組

arrayObject.splice(index,howmany,item1,.....,itemX)it

index 必需。整數,規定添加/刪除項目的位置,使用負數可從數組結尾處規定位置。項目

howmany 必需。要刪除的項目數量。若是設置爲 0,則不會刪除項目。block

item1, ..., itemX 可選。向數組添加的新項目。index

相關文章
相關標籤/搜索