koa -send 是一个静态文件服务的中间件,可用来实现文件下载功能。 ... const path = `upload/${name}`;; ctx.attachment(path);; await send(ctx, path);; }).
確定! 回上一頁