gpt4 book ai didi

view - 是否可以动态更改 web2py View ?

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

您可以更改 Controller 中 web2py 正在使用的 View 吗?理想情况下,我有兴趣做这样的事情:

response.view = 'NewViewName'

最佳答案

您已经完全掌握了它,但一定要在/views 文件夹中包含 View 的相对路径。所以,如果你有/views/default/other_view.html,你可以这样做:

response.view = 'default/other_view.html'

你也可以直接渲染任何 View :
def myfunc():
context = dict(...)
return response.render('default/other_view.html', context)

herehere .

关于view - 是否可以动态更改 web2py View ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8750723/

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