2020年8月26日
摘要: 今天看了一道经典前端题,看完之后感觉颇有收获,愿与君共勉; `先上题: async function foo() { console.log('f00'); }; async function bar() { console.log('bar start'); await foo(); consol 阅读全文
posted @ 2020-08-26 11:43 正青繁 阅读(159) 评论(0) 推荐(0)