<script>
//var a = "test";
if(typeof(a) == "undefined")
alert("선언 안됨");
else
alert("선언됨");
</script>



+ Recent posts