在 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:或运算
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。