下列程式碼範例說明對應用程式根目錄提出GET 和POST 方法時所定義的路由。 // GET method route app.get('/', function (req, res) { res.send('GET request to the ...
確定! 回上一頁