집 > Q&A > 본문
某草草2017-06-19 09:09:51
arr = arr.filter(item => !(/^test|^System/i.test(item.ServiceID)))
怪我咯2017-06-19 09:09:51
으아악
仅有的幸福2017-06-19 09:09:51
사용 Array.filter方法,将过滤后的数组赋值回arr;
Array.filter
arr