摘要: ES7 新特性 Array.prototype.includes includes 方法用来检测数组中是否包含某个元素,返回布尔值 指数操作符 ** 相当于 Math.pow ES8 新特性 async 和 await 函数,相结合可以让异步代码变成同步代码 async 函数 async 函数的返回 阅读全文
posted @ 2021-05-13 19:46 攻城Alone 阅读(87) 评论(0) 推荐(0)