瀏覽器里面 打不開
// index page app.get('/', function(req,res){ res.render('index',{ title:'imooc首頁' }) }) 我按照老師的代碼敲,終端 跑起來了 ? console ?打印出來了 imooc start on port 3000 但是 瀏覽器 127.0.0.1:3000 打不開 是我端口 被占用了嗎?還是什么情況?
// index page app.get('/', function(req,res){ res.render('index',{ title:'imooc首頁' }) }) 我按照老師的代碼敲,終端 跑起來了 ? console ?打印出來了 imooc start on port 3000 但是 瀏覽器 127.0.0.1:3000 打不開 是我端口 被占用了嗎?還是什么情況?
2016-09-01
舉報
2016-11-03
一般而言不是端口被占用,你可以更改一下端口號來測試一下。我覺得你要檢查路徑是否正確,index.jade是否在view文件夾中,app.js是否和view在同一個文件夾中。
2016-09-02
http://127.0.0.1:3000/