each循環(huán)出錯,意思是movies沒有定義,可是我在app.js中已經(jīng)定義過了
TypeError: /home/jiangyangyang/workspace/using-nodejs-and-express-realize-a-website-of-moive/view/pages/index.jade:6 ? 4| ? .container ? 5| ? ? .row > 6| ? ? ? -each item in movies ? 7| ? ? ? ? .col-md-2 ? 8| ? ? ? ? .thumbnail Cannot read property 'length' of undefined 這個是為什么?
2016-11-21
你把你的代碼貼出來看看啊
2016-11-18
有數(shù)據(jù)的,錯誤原因不明
2016-11-17
movies里面沒有數(shù)據(jù)吧?