기본 콘텐츠로 건너뛰기

html input 값넣기



<input id="inputtest" type="text">
<script> document.getElementById('inputtest').value = '1'</script>

댓글

댓글 쓰기