How to get the most out of the JavaScript console
除了常用方法(log,dir),還提到了定義輸出類型(字符%s,整形%d,浮點型%f%,對象%o)猫缭。
此外還有樣式定義(%c)猜丹。
一些比較少見但可能很實用的方法包括
- console.info
- console.error
- console.warn
- console.table (數(shù)組藏杖、對象以表格呈現(xiàn))
- console.group/console.groupEnd (結(jié)果分層次輸出)
- console.time/console.timeEnd(可以定義多個不同的計時器蝌麸;timeEnd并不停止計時器祥楣,只是進(jìn)行一次時長輸出责鳍。)