在 Thymeleaf 之中邏輯運算可以使用下面的一些運算子來完成。
例如:and、or、關係比較(>、<、>=、<=、==、!=、lt、gt、le、ge、eq、ne等)。
下面說明一下:lt、gt、le、ge、eq、ne所代表的含義:
lt:less than 小於
le:less than or equal to 小於等於
eq:equal to 等於
ne:not equal to 不等於
ge:greater than or equal to 大於等於
gt:greater than 大於
not: 非運算
mod:取模
and:與運算
or:或運算