app.get('/', function(req, res){ res.send('hello world'); }); console.log('start express server\n');. 可以從上面的程式碼發現,基本操作 ...
確定! 回上一頁