🌈 搜索
📅  最后修改于: 2022-03-11 15:02:57.228000             🧑  作者: Mango
app.get('/index/profile/:id', function (req, res) { res.end('profile with id' + req.params.id) });