gpt4 book ai didi

EJS - 包含时传递变量

转载 作者:行者123 更新时间:2023-12-04 01:54:16 25 4
gpt4 key购买 nike

我在后端使用 ejs 和 nodejs。
我想在包含时传递变量。当包含标题时,传递页面标题。

索引.ejs:

<% include header %>
<body> . . . </body>
<% include footer%>

头文件.ejs:
<html lang="en">
<head>
<title><%- my_tytle %></title>
</head>

页脚.ejs:
</html>

如何通过 my_title在包含命令中?

最佳答案

您可以在 include 语句中传递对象
<%- include("header",{title:"your_title"}) %>

关于EJS - 包含时传递变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23788810/

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