function intersection(arr1, arr2) { return arr2.filter((v) => arr1.includes(v)); }
Copyright© 2013-2020
All Rights Reserved 京ICP备2023019179号-8