const app = new Koa(); // #1 app.use(async (ctx, next) => { console.log('第一层洋葱- 开始') await next(); const rt = ctx.response.get('X-Response-Time');
確定! 回上一頁