为什么缩进也没错就是一直解决不了呢
TypeError: F:\一起发\htdocs\imooc\views\index.jade:7
5| .col-md-2
6| .thumbnail
> 7| each item in movies
8| a(href="/movie/#{item._id}")
9| img(src="#{item.poster}",alt="#{item.title}")
10| .caption
Cannot read property 'length' of undefined
at eval (eval at <anonymous> (F:\一起发\htdocs\imooc\node_modules\jade\lib\index.js:218:8), <anonymous>:69:31)
at eval (eval at <anonymous> (F:\一起发\htdocs\imooc\node_modules\jade\lib\index.js:218:8), <anonymous>:154:4)
at eval (eval at <anonymous> (F:\一起发\htdocs\imooc\node_modules\jade\lib\index.js:218:8), <anonymous>:176:22)
at res (F:\一起发\htdocs\imooc\node_modules\jade\lib\index.js:219:38)
at Object.exports.renderFile (F:\一起发\htdocs\imooc\node_modules\jade\lib\index.js:380:38)
at Object.exports.renderFile (F:\一起发\htdocs\imooc\node_modules\jade\lib\index.js:370:21)
at View.exports.__express [as engine] (F:\一起发\htdocs\imooc\node_modules\jade\lib\index.js:417:11)
at View.render (F:\一起发\htdocs\imooc\node_modules\express\lib\view.js:126:8)
at tryRender (F:\一起发\htdocs\imooc\node_modules\express\lib\application.js:639:10)
at EventEmitter.render (F:\一起发\htdocs\imooc\node_modules\express\lib\application.js:591:3)