728x90
반응형
#타임리프 조건문 th:switch, th:case 사용법 및 문법
#th:switch, th:case
<td th:switch="${data.TypeCd}">
<span th:case="A">A</span>
<span th:case="B">B</span>
<span th:case="C">C</span>
</td>
728x90
반응형
'IT > Thymeleaf' 카테고리의 다른 글
[Thymeleaf] - 타임리프 함수(strings substring, arraySplit, defaultString, isEmpty, lists.size) 사용법 및 문법 (0) | 2022.01.31 |
---|---|
[Thymeleaf] - 타임리프 반복문 th:each 사용법 및 문법 (0) | 2022.01.31 |
[Thymeleaf] - 타임리프 th:onclick, th:onkeyup, th:onchange 사용법 및 문법 (0) | 2022.01.31 |
[Thymeleaf] - 타임리프 파일(file), 이미지(image) th:src 사용법 및 문법 (0) | 2022.01.31 |
[Thymeleaf] - 타임리프 체크박스(checkbox) 사용법 및 문법 (0) | 2022.01.29 |
댓글