app.post('/', function (req, res) { res.send('Got a POST request') }). Respond to a PUT request to the /user route: app.put('/user', function (req, ...
確定! 回上一頁