🌈 搜索
📅  最后修改于: 2022-03-11 15:01:33.361000             🧑  作者: Mango
app.get('/user/:id', function(req, res) { res.send('user' + req.params.id); });