gpt4 book ai didi

javascript - 使用 Jinja2 渲染页面时发送 JSON 对象

转载 作者:行者123 更新时间:2023-11-28 08:20:24 25 4
gpt4 key购买 nike

我有一个使用 Google App Engine 用 webapp2 编写的应用程序。我想要渲染的页面需要使用后端的一些变量。如何将变量作为 JSON 对象从 Python 传递到 Javascript?

谢谢!

最佳答案

//define your values dictionary

template_values = {"name": name,
"other_value" : other values}

//render your template

template = jinja_environment.get_template("path to my html file")
return self.response.write(template.render(template_values))

然后在你的 html 中你可以使用 {{name}}

关于javascript - 使用 Jinja2 渲染页面时发送 JSON 对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23047803/

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