gpt4 book ai didi

flask - 在 flask 中传递模板中的作业列表

转载 作者:行者123 更新时间:2023-12-02 12:17:26 25 4
gpt4 key购买 nike

我尝试实现类似 def do_list(resource, elements, template) 的东西,它本质上是 return render_template(template, resources = resource_list, "for e in elements, e = e_list")

例如,do_list('activity', ['foo', 'baa'], template)render_template(template, resources = resource_list, foo=foo_list, baa = baa_list )

我能做什么?

谢谢

最佳答案

简单得可笑:

context = {‘foo’: 2, ‘baa’: 3}
return render_template(template, **context)

来自线程,[Flask] Passing dict instead of Context in render_template .

关于flask - 在 flask 中传递模板中的作业列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35117821/

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