输入banner图图片脚本导航/分类

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

实例如下:
代码如下:

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