当前位置:Gxlcms > JavaScript > JS中的log对象获取以及debug的写法介绍_jquery

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

时间:2021-07-01 10:21:17 帮助过:37人阅读

实例如下:
代码如下:

var log = new Logger('***.js')
if (log.isDebugEnabled()) {
log.debug('xxxxx');
}

人气教程排行