📜  javascript 控制台 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:49.737000             🧑  作者: Mango

代码示例6
console.log('log-message'); // Outputs a normal information log to the console window
console.warn('warn-message'); // Outputs warning in the console window
console.error('error-message'); // Outputs error in the console window
console.table('table-message'); // Outputs a table of all the object properties