✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Le code suivant est correct pour récupérer les paramètres d'une URL écrite ainsi :
http://localhost:3000/users/34/books/8989
app.get('/users/:userId/books/:bookId', function (req, res) {
res.send(req.query)
});
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!