res , the response object. path , the file path that is being sent. ... app.delete('/', function (req, res) { res.send('DELETE request to homepage') }) ...
確定! 回上一頁