admin.jade问题
TypeError: d:\intellijIDEA\project\imocc\app\views\pages\new.jade:39
37| .form-group
38| label.col-sm-2.control-label 分类选择
> 39| each cat in categories
40| label.radio-inline
41| if movie.category
42| input(type="radio", name="movie[category]", value=cat._id, checked=cat._id.toString() == movie.category.toString())
Cannot read property 'length' of null
这是为什么?