반응형

자바스크립트

var a = document.getElementById(id값);
a.innerHTML = "11111";

 

JQuery

$('span').html(aaaaaaa);

 

 

 


                    $("#printId").append("click!!!<br/>");

                $("#printId").html(arr[problemNum].id);
                $("#printId").val(arr[problemNum].id);

-----------


 th:text="${TestList[0].contents}"


<li th:each="content : ${TestList[0].testItems}" th:text="${content.contents}">

 

 

 

 

https://yulfsong.tistory.com/37

 

 

https://kyun2.tistory.com/52

반응형