🌈 搜索
📅  最后修改于: 2022-03-11 15:01:32.308000             🧑  作者: Mango
const intersection = array1.filter(element => array2.includes(element));