我有2个值。一个是单个值,另一个是多个数组。 我需要过滤所有数组中的值。
这是控制台,我需要在数组中过滤值30。 在数组中,值类似于this.data.categories.id 谁知道我该怎么做。
更多说明。我只需要那些与选定值相同的数组即可。
{
{
"comments": "0",
"title": "abcasd",
"description":"adsadasdas",
"categories":
[
{
"id" : "39",
"title" : "abc"
}
]
},
{
"comments": "0",
"title": "abcasd",
"description":"adsadasdas",
"categories":
[
{
"id" : "155",
"title" : "abc"
}
]
},
}