728x90
▶버튼을 누르면 스크립트의 ansewer_check() 가 실행 되고 함수 안의 전역변수 total_count의 값이 버튼을 누를때 마다
1씩 증가를 함
var total_count=0; // 전역변수
document.querySelector("#try_count").innerText=total_count; //total_count변수를 넣어줌
▶document.querySelector("#try_count").innerText 를 통해서 HTML의 try_count 태그에 total_count값을 넣어줌
728x90
'Spring' 카테고리의 다른 글
[SpringFramework]swal_SweetAlert (0) | 2022.08.03 |
---|---|
[SpringFramework]소켓으로 채팅 구현 (0) | 2022.08.02 |
[JSP]HTML에서 JavaScript 변수 사용하기 (0) | 2022.07.25 |
[Spring]로그아웃 구현_ Session 값 삭제 (0) | 2022.06.28 |
[Spring]Ajax사용 시 @ResponseBody 사용(비동기 처리) (0) | 2022.06.25 |
댓글