在 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:或运算

暹罗
4 声望0 粉丝

引用和评论

0 条评论