//创建koa对象 const Koa = require('koa'); const app = new Koa(); //监听3000 端口 app.listen(3000);
在controllers创建js文件 自动引入
var getlabel = async (ctx, next) => { ctx.body = '返回信息' } module.exports = { 'GET /getlabel':getlabel }
Deleting the wiki page "koa 基础" cannot be undone. Continue?