I find myself frequently using this code to remove an item from an array: var index = array.indexOf(item) if (index >= 0) array.splice(index, 1).
確定! 回上一頁