router.get('/render', async (ctx, next) => {
const log = require('../util/log.js')
log('render','123')
await ctx.render('index',{title:'wanghao'})
})
可是‘123’并没有写进到‘。。、logrecord.log’里面 请问为神马 ?
相关分类