忆点点

js判断int数组是否存在某个值

电脑版发表于:2022/2/11 14:46



indexof即可
找到就返回具体的值,找不到就是-1

let arr = ['something', 'anything', 'nothing', 'anything','game'];
let index = arr.indexOf('nothing');


关于TNBLOG
TNBLOG,技术分享。技术交流:群号677373950
ICP备案 :渝ICP备18016597号-1
App store Android
精彩评论
{{item.replyName}}
{{item.content}}
{{item.time}}
{{subpj.replyName}}
@{{subpj.beReplyName}}{{subpj.content}}
{{subpj.time}}
猜你喜欢