04async await
摘要:
async async 函数返回值是一个promise对象,promise对象的状态由async函数的返回值决定 //函数的三种定义 async function hello() { return "Hello" }; let hello = async function() { return "H 阅读全文
posted @ 2020-06-26 20:32 章画 阅读(132) 评论(0) 推荐(0)
posted @ 2020-06-26 20:32 章画 阅读(132) 评论(0) 推荐(0)
posted @ 2020-06-26 17:30 章画 阅读(136) 评论(0) 推荐(0)
posted @ 2020-06-26 15:54 章画 阅读(130) 评论(0) 推荐(0)
posted @ 2020-06-26 14:13 章画 阅读(138) 评论(0) 推荐(0)
posted @ 2020-06-26 12:25 章画 阅读(1330) 评论(0) 推荐(0)