📜  req.params - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:07.801000             🧑  作者: Mango

代码示例6
params. An object containing parameter values parsed from the URL path. For example if you have the route /user/:name , then the "name" from the URL path wil be available as req.params.name .