본문 바로가기
IT/Thymeleaf

[Thymeleaf] - 타임리프 조건문 th:switch, th:case 사용법 및 문법

by 차이나는 개발자 2022. 1. 31.
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
반응형

댓글