joy460154849 2017-09-14 07:08 采纳率: 0%
浏览 821
已采纳

这里“*”代表什么意思

module.exports = app => {
return class UserController extends app.Controller {
* fetch() {
this.ctx.body = app.cache.get(this.ctx.query.id);
}
};
};

  • 写回答

1条回答 默认 最新

  • threenewbee 2017-09-14 08:25
    关注
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?