/scl

Primary LanguageJavaScript

scl(Short Console log)

简短的chrome控制台输出语句

使用颜色输出

l.r("foo");
  • 1
  • 2
  • 3
  var x = 1;
  console.log(x + 2);