efw4.X

_isdebug

_isdebug 常量存储 efw.isdebug 的值。

示例

if (_isdebug){
    "Now it is the debug mode.".debug();
}