请看下面的输出
[
{
"id": "8",
"title": "windows",
"subtitle": "win"
},
{
"id": "8",
"title": "windows",
"subtitle": "win"
}
]
我只想显示
[
{
"id": "8",
"title": "windows",
"subtitle": "win"
}
]
我该怎么做? 我试过了array_unique()但它没有给我正确的结果。
提前致谢!请帮帮我。