在React js中的filter之后分配一个常量

时间:2018-12-21 08:23:10

标签: arrays json reactjs

我想为具有特定键的数组分配一个常量。

"main": [
    {
        "1": [
            {
                "[\"test\"]": {},
                "[\"match\"]": {}
            }
        ]
    },
    {
        "2": [
            {
                "[\"test\"]": {},
                "[\"match\"]": {}
            }
        ]
    }
]

我尝试过这种方法,但没有帮助

 const dates = main.filter(main.key === info.key);

请告诉我该怎么做?我是否正确理解main中的“ 1”和“ 2”是键?

非常感谢您!

0 个答案:

没有答案