console.log.info(a);
console.log.warn(b);
console.log.error(c);
console.log("value for a is %s and the value of b is %d", a, b)
이렇게 하면 잘 찍힌다. 이제 alert은 그만....
'javascript' 카테고리의 다른 글
폰트사이즈 변경 (0) | 2011.07.27 |
---|---|
정규식 2 (0) | 2011.04.21 |
[자바스크립트] location.href 와 location.replace 의 차이점 (0) | 2010.12.06 |
자바스크립트를 자바 클래스처럼 사용하도록 해주는 ... (0) | 2010.11.24 |
javascript의 null과 undefined (0) | 2010.11.09 |