'use strict'; module.exports = { test() { // this 就是 ctx里的request 对象,在其中可以调用 request 上的其他方法,或访问属性 }, };