ex01.html > SPRINGBOOT

본문 바로가기
사이트 내 전체검색

SPRINGBOOT

ex01.html

페이지 정보

profile_image
작성자 관리자
댓글 0건 조회 49회 작성일 24-06-04 12:06

본문

<!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>


<div th:text="${list}"></div>

<div th:text="${dto}"></div>

<div th:text="${map}"></div>


<script>

var list = "[[${list}]]";

var dto = "[[${dto}]]";

var map = "[[${map}]]";

console.log(list);

console.log(dto);

console.log(map);

</script>


<script th:inline="javascript">

var list2 = [[${list}]];

var dto2 = [[${dto}]];

var map2 = [[${map}]];


console.log(list2);

console.log(dto2);

console.log(map2);

</script>


<table th:insert="~{/include/info :: bottom_table}"></table>




[콘솔 결과]

8481e423dfe5ed3f9c9f31920d7e2674_1717470348_9716.png
 

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

사이트 정보

공지사항
자유게시판
질문답변
1:1문의

 

별명 : 터푸가위
주소 : 부산시 동래구 명장로20번길 90
대표 : 박규태
메일 : dancepkt@******.com

접속자집계

오늘
323
어제
217
최대
10,760
전체
276,070
Copyright © dancePKT . All rights reserved.