JS中經常使用的輸出方式總結

console系列(瀏覽器控制檯輸出) 命令 詳細 console.log() 控制檯輸出日誌,能夠一次性輸出多個值 console.dir() 詳細輸出,不可一次性輸出多個值 console.table() 將多維JSON數據以表格形式輸出 console.time() / console.timeEnd() 輸出二者中間代碼的運行時間 console.warn() 輸出警告信息 window
相關文章
相關標籤/搜索