如何在 StringTemplate 部分中使用 $it$ 以外的变量名称?
如何在 StringTemplate 部分中使用 $it$ 以外的变量名称?
How can I use variable names other than $it$ in a StringTemplate partial?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
什么是部分?
无论如何,如果模板有一个参数,则 ST 也会设置其值
$a:t()$
for def
t(v) ::= "$v$"
相同
与t() ::= "$it$"
What's a partial?
anyway, if template has one arg the ST sets its value too
$a:t()$
for def
t(v) ::= "$v$"
is same as
t() ::= "$it$"
$it$
以下是使用默认
$it$
变量名称呈现的示例。$x$
在此示例中,变量名为
$x$
$it$
Here is an example rendered using the default
$it$
variable name.$x$
In this example, the variable is named
$x$