输出信息

log()

换行输出

  1. console.log("第一行\n第二行");
  2. /*
  3. 第一行
  4. 第二行
  5. */

debug()

info()

warn()

error()

信息分组

group()

groupCollapsed()

groupEnd()

计时

time()

timeEnd()

timeLog()

timeStamp()

计数

count()

countReset()

调用堆栈

trace()

性能分析

profile()

profileEnd()

chrome打开profiler面板

开发工具(F12)-DevTools(右上角三个点)-More Tools-JavaScript Profiler

对象属性

dir()

dirxml()

其他

table()

assert()

context()

memory

clear()