a.key == "需要搜索的值") //返回匹配项的索引值_es6 匹配字段返回">
赞
踩
arr.find(v => v.key == "需要搜索的值") //返回搜索匹配字段属性值的对象 arr.findIndex(v => v.key == "需要搜索的值") //返回匹配项的索引值