Firebug控制台详解: http://www.cnblogs.com/see7di/archive/2011/11/21/2257442.html

              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没有问题。

 

 

相关文章:

  • 2021-06-01
  • 2022-01-06
  • 2021-09-30
  • 2022-12-23
猜你喜欢
  • 2021-10-09
  • 2022-03-04
  • 2021-04-06
  • 2021-06-24
  • 2021-07-31
  • 2021-11-09
相关资源
相似解决方案