判斷數組中有該元素?

方法一:this

this.abledNum2.indexOf(num) !== -1

方法二:spa

this.abledNum2.includes(num)
相關文章
相關標籤/搜索