标签:class mat array 参数 style ons 一个 material lda
返回一个新数组,如果想返回一个数组,则第二个参数为[], 想返回字符串,则第二个参数为‘‘
const keyMaterialList = oldArr && oldArr.reduce((newArray: any, item: any) => { item.key = item.id; newArray.push(item); return newArray; }, []);
标签:class mat array 参数 style ons 一个 material lda
原文地址:https://www.cnblogs.com/mailyuan/p/12890540.html