gpt4 book ai didi

java - Play Framework : is there a way to avoid strange form helper syntax?

转载 作者:搜寻专家 更新时间:2023-11-01 01:42:26 24 4
gpt4 key购买 nike

我正在尝试使用 Play Framework 2 构建一个表单,usual syntax是:

@helper.form(action = routes.Application.submit, 'id -> "myForm") {   
}

请注意,单引号是在 id 之前打开的,永远不会关闭。

我可以使用另一种语法来做同样的事情吗?

最佳答案

'idSymbol .

如果您不喜欢这种语法,您可以使用 Symbol("sym") 语法,但这不是标准的。

scala> 'symbol == Symbol("symbol")
res0: Boolean = true

关于java - Play Framework : is there a way to avoid strange form helper syntax?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28830006/

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