gpt4 book ai didi

javascript - es6 相当于下划线 findWhere

转载 作者:数据小太阳 更新时间:2023-10-29 05:42:38 25 4
gpt4 key购买 nike

我正在寻找如何使用下划线 _.findWhere 并将其转换为 es6 原生 javascript?

_.findWhere($scope.template, {id: $scope.approveTemplate})

最佳答案

$scope.template.find(t => t.id === $scope.approveTemplate)

关于javascript - es6 相当于下划线 findWhere,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37301790/

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