1、安裝koa-static npm install --save koa-static 2、引入配置中間件const koaStatic= require('koa static');app.use(koaStatic( path.j.
確定! 回上一頁