프로그래밍 언어 /javascript
javascript 페이지 로딩 후 실행하는 function 만들기
dreammarker
2019. 2. 7. 21:32
window.onload = function() {
//실행할 코드
};