您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

universals.js 146B

1234567891011121314151617
  1. clog = console.log
  2. function nop(){}
  3. // window.dev_flag = 0
  4. window.dev_flag = 1
  5. if (window.dev_flag){
  6. } else {
  7. clog = nop
  8. }
  9. // clog = nop