index.html ( 링크 테스트 )
페이지 정보
본문
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head th:replace="~{/include/info :: html_head}">
<meta charset="UTF-8">
<title>index.html</title>
</head>
<table>
<table th:insert="~{/include/info :: top_table}"></table>
<table width="100%" height="100">
<tr>
<td align="center">
<a href="https://www.naver.com">naver</a><br>
<a th:href="@{https://www.naver.com}">naver</a><br>
<a th:href="@{/(id=abc,pass=123,name=홍길동)}">첫페이지(get 방식으로 변수 전달)</a>
</td>
</tr>
</table>
<table th:insert="~{/include/info :: bottom_table}"></table>
</body>
</html>
- 이전글● Thymeleaf : 링크 처리 ( 냉무 ) 24.06.04
- 다음글● Thymeleaf 화면 구성 ( Layout ) ① - th:insert, th:replace, th:include 처리 24.06.03
댓글목록
등록된 댓글이 없습니다.