router.get('/render', async (ctx, next) => { const log = require('../util/log.js') log('render','123') await ctx.render('index',{title:'wanghao'})})可是‘123’并没有写进到‘。。、logrecord.log’里面 请问为神马 ?
添加回答
举报
0/150
提交
取消