You can add middleware and HTTP method routes (such as get , put , post , and ... app.get('/', function (req, res) { res.send('GET request to homepage') }) ...
確定! 回上一頁