HTML 中的console.log()方法用于在控制台中写入消息。它表示在测试任何程序期间的重要消息。该消息作为参数发送到console.log() 方法。
句法:
console.log( message )
参数:此方法接受单参数消息,该消息是强制性的,用于指定要写入控制台的信息。
下面的程序说明了 HTML 中的 console.log() 方法:
示例 1:
DOM console.log() Method
GeeksforGeeks
DOM console.log() Method
To view the message in the console
press the F12 key on your keyboard.
To view the message, double click
the button below:
输出:
控制台视图:
示例 2:在使用 console.log() 方法时显示对象
DOM console.log() Method
GeeksforGeeks
DOM console.log( ) Method
To view the message in the console
press the F12 key on your keyboard.
To view the message, double click
the button below:
输出:
控制台视图:
支持的浏览器: console.log()方法支持的浏览器如下:
- 谷歌浏览器
- 浏览器 8.0
- 火狐 4.0
- 歌剧
- 苹果浏览器