2021-03-10 ES7includes判断数组中存在某元素arr = [1, 2,3] arr.indexOf(4)>=0arr.includes(4); ** 指数运算Math.pow(2,3)2**3 Newer (no title) Older