req.param() searches the URL path, body, and query string of the request (in ... e.g. a request "/foo/4" to route /foo/:id has URL path params { id: 4 }.
確定! 回上一頁