摘要: koa-views const koa = require("koa");const views = require("koa-views");const path = require("path");let app = new koa();app.use(views(path.join(__dir 阅读全文
posted @ 2021-04-08 14:16 莣ㄋ噯 阅读(280) 评论(0) 推荐(0)