JAVASCRIPT
JAVASCRIPT log띄우기
JDK's blog
2015. 11. 18. 22:40
안녕하세요~
이번엔 프로그램에 흔적을 남기면 확인하기 좋겠죠..?
그러면 간단하게 프로그램 흔적을 남기는 방법을 알려드릴꼐요.
나중에 유용하게 쓰세요~
1
2
3
4
5
6
7
8 |
<script type="text/javascript">
function testAlert(){
console.log("JDK's Blog");
}
</script>
<body onload = "testAlert()">
</body> |
cs |
위에 소스가 이렇게 나오는 것을 확인할 수 있습니다.
좋은 자료가 되길 바랄께요