[1,2,3].findIndex(item => item === -1 || 1) 其中应该永远是 0 或者 -1, 因为被转成布尔值了 [1,2,3].findIndex(item => item === -6669 || -116)