国产成人毛片视频|星空传媒久草视频|欧美激情草久视频|久久久久女女|久操超碰在线播放|亚洲强奸一区二区|五月天丁香社区在线|色婷婷成人丁香网|午夜欧美6666|纯肉无码91视频

js數(shù)組的contains方法 JS實(shí)現(xiàn)判斷數(shù)組是否包含某個(gè)元素示例?

JS實(shí)現(xiàn)判斷數(shù)組是否包含某個(gè)元素示例?您可以搜索indexof,如果沒有,返回-1。代碼示例:let arr=[1,2,undefined,“l(fā)istening to the wind is the

JS實(shí)現(xiàn)判斷數(shù)組是否包含某個(gè)元素示例?

您可以搜索indexof,如果沒有,返回-1。

代碼示例:

let arr=[1,2,undefined,“l(fā)istening to the wind is the wind”,“echo”

//use indexof to find the subscript feature

let result=排列索引(“聽風(fēng)就是風(fēng)”//3

if(result>-1){

//做點(diǎn)什么…]}