Script/Javascript

[JSTL] 비교연산자

Bogass 2023. 3. 8. 11:34

title : "JSTL - compare operator"
category : "JSTL"
tags : [JSP,JSTL]
date : 2021-12-30T12:00:00
last_modified_at: 2021-12-30T12:00:00


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) | <= |

 

 

https://hy1116.github.io/jstl/gt-lt-let-get-md/

 

JSTL - compare operator

gt lt let get

hy1116.github.io