app.get('/', function(req, res) { res.send('Hello World!') ... the method calls send() on the response to return the string "Hello World!
確定! 回上一頁