function hasPermission(tags, arr) { if (tags && arr && arr.length > 0) { for (let p of arr) { if (tags.indexOf(p) > -1) { return true } } } return false } console.log('输出结果:', hasPermission('J10002005', ['Y10002003','J10002005','A10002006'])) //true存在,false不存在
js如何判断当前否是为数组(Array.isArray()函数)
上面是“js判断数组中是否存在某个指定对象”的全面内容,想了解更多关于 js 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_4151.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!