Closed Deeer closed 6 years ago
// 子路由2 let page = new Router() page.get('/404', async ( ctx )=>{ ctx.body = '404 page!' }).get('/helloworld', async ( ctx )=>{ ctx.body = 'helloworld page!' })
该部分代码走不进去
该部分代码走不进去