标签:div == led dex clu his index col include
方法一:
this.abledNum2.indexOf(num) !== -1
方法二:
this.abledNum2.includes(num)
判断数组中有该元素?
原文地址:https://www.cnblogs.com/candy-Yao/p/9949699.html