app.listen(port, () => { console.log(`Example app listening at http://localhost:${port}`) }). 應用程式會啟動伺服器,並在埠3000 接聽連線。
確定! 回上一頁