是否可以通过多个值过滤对象数组?
例如,在下面的示例中,我可以通过 term_ids 5 和 6 过滤它并同时输入 car 吗?
[
{
"id":1,
"term_id":5,
"type":"car"
},
{
"id":2,
"term_id":3,
"type":"bike"
},
{
"id":3,
"term_id":6,
"type":"car"
}
]
绝对可以使用库,如果它更容易的话。