标签:style class blog http tar color
http://www.cnblogs.com/leejersey/archive/2012/11/27/2790998.html
debugger:
js中调用console写日志
console.log("some log");
console.warn("some warning");
console.error("some error");
IE:只有在打开IE开发者工具后才能使用console,默认访问IE的console对象会出错。
FF和Chrome没有问题。
js调试技巧 Firefox调试技巧汇总,布布扣,bubuko.com
标签:style class blog http tar color
原文地址:http://www.cnblogs.com/andydao/p/3799773.html