app.get('/', function (req, res) { res.send('Hello World'); });. In this code we are using app.get() and passing in two parameters.
確定! 回上一頁