koa -static中有說明它只是koa-send的一個包裝 const send = require('koa-send'); app.use(async (ctx) => { await send(ctx, ctx.path, ...
確定! 回上一頁