标签: node.js http-get
我正在尝试使用节点路由
app.get('/api/:version',function(req, res) { res.send(req.params.version); });
但它返回空值。我不知道哪里出错了。