如果我想发送静态文件,可以像这样使用koa-send:- router.get('/data', function *(next) { yield send(this, 'file.html'); }); 但是,如果我将第二个收益分配 ...
確定! 回上一頁