14 回复
楼主的代码我下载之后运行为什么总是报错?
TypeError: /home/zwhu/blog/views/article.ejs:3 1| <%- include header %> 2| <link rel="stylesheet" href="../../stylesheets/style.css">
3|
<%- locals.post.post %>
4|<time>——<%= locals.post.user %> 发表于 <%= locals.post.time.minute %></time>
5| 6| <%- include footer %>
Cannot read property ‘post’ of null
#####可问题是callback()的实现是: req.flash('error’,‘失败了’);res.redirect(‘/’); #####最终都是重定向到首页啊,难道直接执行res.redirect(‘/’);与 return res.redirect(‘/’); #####不一样吗。
@zhangran res.redirect(‘/’); 页面是跳到了主页,但后台代码还是继续往下运行的。加了 return 代码就在此终止了。以上教程还有些许小错误,建议还是看 github上的把。