gpt4 book ai didi

javascript - 使用 Javascript 检查 JSON 对象是否包含值

转载 作者:可可西里 更新时间:2023-11-01 01:36:23 24 4
gpt4 key购买 nike

<分区>

我想检查像下面这样的 JSON 对象中的某个键是否包含某个值。假设我想检查任何对象中的键“name”是否具有值“Blofeld”(为真)。我该怎么做?

[ {
"id" : 19,
"cost" : 400,
"name" : "Arkansas",
"height" : 198,
"weight" : 35
}, {
"id" : 21,
"cost" : 250,
"name" : "Blofeld",
"height" : 216,
"weight" : 54
}, {
"id" : 38,
"cost" : 450,
"name" : "Gollum",
"height" : 147,
"weight" : 22
} ]

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