js中判断数组中是否包含某元素的方法

   var arraySortNo = new Array();
    arraySortNo.includes(sort)
   arraySortNo.push(sort)