// GET method route app.get('/', function (req, res) { res.send('GET request to the homepage'); }); // POST method route app.
確定! 回上一頁