gpt4 book ai didi

javascript - 尝试过滤数组

转载 作者:行者123 更新时间:2023-12-01 01:16:00 25 4
gpt4 key购买 nike

我有这个代码:

console.log(this.productlist[this.productlist.length-1] === product); //says: true
this.productlist == this.productlist.filter(p => p !== product);
console.log(this.productlist); //the product is still in the list

我想从 this.productlist 中过滤出产品(列表中的最后一项)。第一个 console.log 为 true,因此两个对象是相同的。但第二个console.log显示该产品仍在列表中。

我在其他地方使用了过滤器,它在那里工作。我一无所知。我该怎么做才能找出为什么这在这里不起作用?

最佳答案

在第 2 行中,您使用的是 == 相等运算符,而不是赋值 =

关于javascript - 尝试过滤数组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54767435/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com