res.render('user', { title : user.name, posts : posts }); 在user.ejs 中 包含posts.ejs 在posts.ejs 中却获取不到posts 参数?为什么?各位大虾 求解.. 为undefined