gpt4 book ai didi

node.js - 将Post数据传递到geddy nodejs中的application.html.ejs

转载 作者:太空宇宙 更新时间:2023-11-04 01:08:12 30 4
gpt4 key购买 nike

我正在 geddy 中发布表格。我需要根据表单发布的数据更新我的元数据,为此我必须将帖子传递给

<%= partial('layout_header', {post: post}); %>
<div class="mainContain">
<div class="container">
<div class="wrapper">
<% console.log(post.title); %>
<%- displayFlash(flash); %>
<%- render(); %>
</div>
</div>
</div>

对于上述实现,我需要 application.html.ejs 上的“发布”数据。

谢谢

最佳答案

使用 session 变量将数据传递到标题和所需页面。我将其用于动态元标记。

============================编辑================== ===在 Controller 中

self.respond({
key: value,

headerTags: {
"pageTitle": "title",
"h1Tag" : "h1"
}
});

和 application.html.ejs

<%= partial('layout_header', {session: session, headerTags : headerTags }); %>

关于node.js - 将Post数据传递到geddy nodejs中的application.html.ejs,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20904537/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com