It sits in the middle of the request-response cycle. ... let name = req.query.name; let msg = `Hello ${name}`; res.send(msg); ...
確定! 回上一頁