HTML 中的console.count()方法用于写入调用console.count() 方法的次数。 console.count()方法可以添加到将包含在控制台视图中的标签。标签是发送到 console.count() 方法的可选参数。
句法:
console.count( label )
参数:此方法接受单个参数标签,该标签是可选的,用于计算使用此标签调用 console.count() 的次数。
下面的程序说明了 HTML 中的 console.count() 方法:
例子:
DOM console.count() Method
GeeksforGeeks
DOM console.count( ) Method
To view the message in the console
press the F12 key on your keyboard.
To count the number of occurences,
double click thebutton below:
输出:
双击 Run Loop 按钮后查看控制台视图:
支持的浏览器: console.count()方法支持的浏览器如下:
- 谷歌浏览器
- IE浏览器
- 火狐 30.0
- 歌剧
- 苹果浏览器