如何在 play2 中声明和增加变量?(在.scala.html 模板中)
伪代码:
@counter
@for(l <- list){
<span class="data-@counter">
</span>
@(counter += 1)
}
如何在 play2 中声明和增加变量?(在.scala.html 模板中)
伪代码:
@counter
@for(l <- list){
<span class="data-@counter">
</span>
@(counter += 1)
}