gpt4 book ai didi

javascript - Handlebars 嵌套变量/对象,无法到达变量

转载 作者:太空宇宙 更新时间:2023-11-03 22:23:31 25 4
gpt4 key购买 nike

我想将变量提升两级:

{{myvariable}}
{{#each grandparent}}
{{#each parent}}
{{#customhelper}}
//i want to reach the variable here
//{{log ../myvariable}} does not work (returns undefined)
//{{log .../myvariable}} does not work (returns undefined)
//{{log ..../myvariable}} does not work (returns undefined)
{{/customhelper}}
{{/each}}
{{/each}}

我应该如何得到它?可能我有一些名称冲突,因为变量的名称是“locale”,这也是一个语言管理变量。

最佳答案

我设法使用以下语法获取变量:

{{../../myvariable}}

不知道这样对不对。如果有人有更多信息,我会喜欢。

关于javascript - Handlebars 嵌套变量/对象,无法到达变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50368131/

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