//过滤数据,status为空则删除数据 Array.from(data).forEach((item, index) => { if (item.status.length=== 0) { console.log(item, index); data.splice(data[index], 1); } });
原文地址:https://www.cnblogs.com/xlfdqf/p/11468745.html
时间: 2024-10-09 15:02:35
//过滤数据,status为空则删除数据 Array.from(data).forEach((item, index) => { if (item.status.length=== 0) { console.log(item, index); data.splice(data[index], 1); } });
原文地址:https://www.cnblogs.com/xlfdqf/p/11468745.html