摘要: 都是处理异步请求的 // 申明一个异步方法 async function testAsync() { return "hello async"; } const result = testAsync(); console.log(result); // 输出 Promise 对象。async 函数会 阅读全文
posted @ 2020-11-21 16:55 三线码工 阅读(453) 评论(0) 推荐(0) 编辑