gpt4 book ai didi

javascript - 如何在 blaze 模板的模板上的另一个函数中创建该函数?

转载 作者:行者123 更新时间:2023-11-27 23:26:20 25 4
gpt4 key购买 nike

我使用meteor.js。

我安装了 i18n 和 arillo:flow-router-helpers 软件包。我需要这样做:

<a href="{{ pathFor i18n 'dictionary.update' }}">edit</a>

这意味着 JavaScript 中的 pathFor(i18n('dictonary.update')) 。

如何在 blaze 模板上执行此操作?

最佳答案

您可以使用括号在 blaze 中组成函数。

你可以这样做{{pathFor (i18n 'dictionary.update') }}

括号()使用参数dictionary.update调用函数i18n。有点像 lisp , the best programming language ever .

如果函数仅在常规 JS 中,则这相当于 pathFor( i18n('dictionary.update') );

希望对您有所帮助。

关于javascript - 如何在 blaze 模板的模板上的另一个函数中创建该函数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34937297/

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