摘要: 文章不易,请关注公众号 毛毛虫的小小蜡笔,多多支持,谢谢 先看个Demo app.use(async (ctx, next) => { console.log(1) await next() console.log(2) ctx.body = 'Hello Koa'; }); app.use(asy 阅读全文
posted @ 2022-05-31 17:07 simonbaker 阅读(47) 评论(0) 推荐(0) 编辑