"data": [
{
"dictLabel": "住建工程",
"dictValue": "1",
},
{
"dictLabel": "电力工程",
"dictValue": "2",
},
{
"dictLabel": "水务工程",
"dictValue": "3",
}
]
----------------------------
我想通过指定 的值 去数组中查询出对应的 dictLabel 值 如: 指定变量值为 3 ,然后去查找数组,找到 dictValue:3 相等 就把 "dictLabel": "水务工程", 打印出来
指定值为2 ,打印 “电力工程”