JSTL - compare operator
gt lt let get
eq(equal) | = |
ne(not equal) | != |
gt(greater than) | > |
gte(greater than or equal) | >= |
lt(Less than) | < |
lte(Less than or equal) | <= |
eq(equal) | = |
ne(not equal) | != |
gt(greater than) | > |
gte(greater than or equal) | >= |
lt(Less than) | < |
lte(Less than or equal) | <= |
댓글남기기