gpt4 book ai didi

javascript - 如何在 Express 中访问 res.render 中的数据

转载 作者:行者123 更新时间:2023-11-30 10:44:19 25 4
gpt4 key购买 nike

我想在我的 html 文件中访问从 response.render 发送的数据。

我的服务器中有这段代码。

 app.post('/game',function(req,res){
var name = "Jude";
res.render(__dirname +'/game.html',{user:name});
});

我如何访问我的 game.html 中的用户变量?

最佳答案

你必须使用类似 Jade 的模板语言, EJSso on .如果您已经有了 HTML,请尝试 EJS。

关于javascript - 如何在 Express 中访问 res.render 中的数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9306478/

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