收藏
回答

怎么取数组中的对应的值?

"data": [

        {

            "dictLabel": "住建工程",

            "dictValue": "1",

        },

        {

            "dictLabel": "电力工程",

            "dictValue": "2",

        },

        {

            "dictLabel": "水务工程",

            "dictValue": "3",

        }

    ]

----------------------------

我想通过指定 的值 去数组中查询出对应的 dictLabel 值 如: 指定变量值为 3 ,然后去查找数组,找到 dictValue:3 相等 就把 "dictLabel": "水务工程", 打印出来

指定值为2 ,打印 “电力工程”

回答关注问题邀请回答
收藏

1 个回答

  • 拾忆
    拾忆
    2023-10-30

    2023-10-30
    有用
    回复 1
    • 古道儒风
      古道儒风
      2023-10-30
      谢谢!!
      2023-10-30
      回复
登录 后发表内容