如果使用以下程式碼段(請注意 Hi! 旁邊沒有 return ),則會在控制檯上列印 res.send 文字。 app.get('/asd', function (req, res) { res.send('OK'); console.log('Hi!
確定! 回上一頁