标签: arrays
我想过滤布尔值为true的数组的数据。
下面的图片是我的代码:
答案 0 :(得分:0)
您可以尝试以下代码
return this.carServices.filter(item => item.BooleanField === true);