2011년 10월 15일 토요일

[JavaScript] 변수 html에 직접쓰기

var num = 10;
document.write("The value of num is: "+ num);

댓글 없음: