【JS中的log对象获取以及debug的写法介绍_jquery】教程文章相关的互联网学习教程文章

JS中的log对象获取以及debug的写法介绍_jquery

实例如下: 代码如下:var log = new Logger(***.js)if (log.isDebugEnabled()) { log.debug(xxxxx); }