KOSTA교육/수업
[70/100] 240723
이원혁
2024. 7. 23. 18:15
반응형
인텔리 제이 설치 c it
환경변수 java_home과 path
설치 옵션만 신경쓸것.
전부 UTF-8로
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>#[[$Title$]]#</title>
</head>
<body> Editor > File and Code Templates > HTML File
#[[$END$]]#
<span th:text="${}"></span>
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
<script>
$(function() {
//$(document).on("click", ".reply_delete_a", function(event){ });
//$("#delButton").click( function(){
// $.ajax({ method : "POST", });
//});
});
</script>
</body>
</html>
추가
반응형