iT邦幫忙

0

JS30 筆記 Day09 Dev Tools Domination

  • 分享至 

  • xImage
  •  

以下為自我紀錄的筆記,只記錄自己比較不熟的觀念。

除了 console.log() 以外,console還提供了許多種方法,以下為本章所介紹的方法:

console.warn() 提示警告訊息
https://ithelp.ithome.com.tw/upload/images/20230727/201395940h6uuH63vi.png

console.error() 提示錯誤訊息
https://ithelp.ithome.com.tw/upload/images/20230727/20139594bg9RLosaQa.png

console.clear() 清除console訊息 等同於點選瀏覽器清除按鈕
https://ithelp.ithome.com.tw/upload/images/20230727/20139594OQOrGqYXUN.png

console.table() 使用表格方式顯示
https://ithelp.ithome.com.tw/upload/images/20230727/20139594BcJ7CXmdV7.png

console.group() 將顯示的資料收合成群組物件
使用 console.group()、console.groupEnd() 設置群組的起訖
https://ithelp.ithome.com.tw/upload/images/20230727/20139594iWssgkGBgU.png

console.time() 顯示執行程式所需的時間
使用 time()、timeEnd() 設置時間的起訖
https://ithelp.ithome.com.tw/upload/images/20230727/20139594FZPtiosSIN.png

console.dir() 顯示該物件以下的方法
https://ithelp.ithome.com.tw/upload/images/20230727/20139594CkxiPUHIsi.png


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言