📜  角度一个数组包含任何第二个 - Javascript代码示例

📅  最后修改于: 2022-03-11 15:02:41.904000             🧑  作者: Mango

代码示例1
const found = arr1.some(r=> arr2.includes(r))