问题:

v1.9.0

  1. 报的错误有时完全不知道错在哪里!!!
  2. { index +1 == 10} 不行
  3. { index % 3 } 需要写成 {index.mod(3)==0}

解决:

 

 

参考:

https://quarkus.pro/guides/qute.html#parameter-declarations-and-template-extension-methods

发表评论

电子邮件地址不会被公开。