// https://github.com/koajs/koa/blob/master/lib/application.js#L256 function respond(ctx) { ... let body = ctx.body; if (body instanceof Stream) ...
確定! 回上一頁