강의

멘토링

커뮤니티

profile image

moondoyeon

@moondoyeon

Số lượng đánh giá đã viết

-

Xếp hạng trung bình

-

<html>

<div id="hi">문</div>

<script>

document.getElementById("hi").addEventListener('click',function () { alert('hihi); } ); </script>

 

</html>