javascript
firebug 콘솔 사용
우혁이 아빠
2011. 4. 18. 08:50
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은 그만....