Now to set up a GET route as shown in the following code: app.get('/', function(req, res){ res.sendfile('regform.html'); }); This uses Express' sendfile ...
確定! 回上一頁