const Koa = require('koa'); const koaStaticCache = require('koa-static-cache'); const app = new Koa(); //只要有请求,则通过koaStaticCache进行 ...
確定! 回上一頁