The default return type of Koa is text/plain . ... 'Hello World' }; } else if (ctx.request.accepts('html')) { ctx.response.type = 'html'; ...
確定! 回上一頁