举个例子:已知存在数组 a:[1,2,3,4,5,6,7,8,9]b:[2,6,8]需要过滤a中存在b数组的值,可以使用下面方法 const c = a.filter(v => !b.includes(v));
来场流星雨,吧