Error: C:\Users\Administrator\desktop\study\imooc\views\index.jade:4 2| html
3| head
> 4| meta (charset="utf-8")
5| title #{title}
6| body
7| h1 #{title}meta is self closing and should not have content.
3| head
> 4| meta (charset="utf-8")
5| title #{title}
6| body
7| h1 #{title}meta is self closing and should not have content.
2017-04-20
他竟是个路痴
TypeError: View is not a constructor.
app.set('view', '/views') --错误。
app.set('/', 'views') --正确。
完美解决我的问题。多谢~~~特此回复
TypeError: View is not a constructor.
app.set('view', '/views') --错误。
app.set('/', 'views') --正确。
完美解决我的问题。多谢~~~特此回复
2017-04-20
admin.jade中应该是action="/admin/movie/new",post到/admin/movie不可能成功的
2017-04-19