我使用ngFor let let i = index;,然后将i传递到拼接中,它删除了所有的json元素,只有一个元素。代码的watchingGroup部分很好地拼接。<div class="row" *ngFor="let post of posts;let i = index;">this.posts = this.posts.splice(i, 1);
为什么它不从i中删除指定的元素?== -1)
r"] = "r";for(key in cache){ else cache.splice(key,1); // cache.splice(key) is working fine, ***console.log(cache);
问题:在行***中,splice(key)工作正常(用数字索引删除所有元素)和splice</
我有一个对象数组,我想删除一个元素。然而,splice方法似乎返回被删除的元素,而不是没有我想要删除的元素的数组。这就是我的东西TheArray = TheArray.splice(TheIndex, 1); //TheIndex is the indexof the element I want to remove
TheObject.Array = TheArrr
array = new Array();array.push('b');array = array.splice(index, 1); // splice out the element
alert(array[0]); // Which one is left?我希望警报框会返回'a‘,因为'b’正在被删除,但是对话框显