以前用express的时候,前台发送ajax给后台,后台都是通过res.write,res.end返回数据的,可是koa不支持这两个方法,,该怎么返回数据 啊?
this.body = {a : ‘b’}
@luoyjx 谢谢前辈