2
铁路由器中是否还存在此命令?为什么我得到这个错误?Router.go()发生了什么?
TypeError: Object function router(req, res, next) { // 13
//XXX this assumes no other routers on the parent stack which we should probably fix // 14
router.dispatch(req.url, { // 15
request: req, // 16
response: res // 17
}, next); // 18
} has no method 'go'
谢谢,这对我很好! – 2015-04-09 10:33:00