Cannot read property 'length' of undefined
TypeError: D:\node\imooc\views\pages\index.jade:6
4| .container
5| .row
> 6| each item in movies
7| .col-md-2
8| .thumbnail
9| a(href="/movie/#{item._id}")
Cannot read property 'length' of undefined
是什么问题,求解答