gpt4 book ai didi

grails - 将模板渲染成字符串?

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

是否可以将模板“渲染”为字符串?我想使用一个模板,并用一些值填充该模板,然后将其保存到本地光盘。

render方法始终将模板发送给客户端。我想要类似的东西来运行模板,但是将模板的输出保存到可以存储在本地文件系统中的本地字符串变量中。

最佳答案

它比您想象的要简单:

def myTemplateString = g.render(template: "test", model: [foo: bar])

关于grails - 将模板渲染成字符串?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8983245/

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