載入express模組let app = express(); // 2.使用expressapp.get('/', function (req, res) { res.send('Hello')}) // 5.首頁let port = 3000; //3.
確定! 回上一頁