Array.prototype.splice 被称为数组最强大的方法,具有删除、增加、替换功能,可以用 splice 来更新. this.list.splice(1, 1, 'jerry').
確定! 回上一頁