We can implement this simply and elegantly with a URL parameter: app.get(“/:username”, (req, res) => { res.send(req.params.username) }).
確定! 回上一頁