问题描述
我的数据如下:
[
{
"id": "3","title": "Boruto's Photo","is_lottery": 1,"price": 10
},{
"id": "4","title": "Misuki's Photo","is_lottery": 0,"price": 20
}
]
我要过滤is_lottery == false,从此收藏中删除价格键。输出为:
[
{
"id": "3",}
]
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)