#5 자바스크립트 document.write 이용한 메시지 출력

2023. 3. 30. 08:04자바스크립트

반응형

<script>
document.write("메시지 출력");
</script>

반응형