console.count()記錄調(diào)用count()的次數(shù)。
console.count()方法把一個(gè)可選參數(shù)label。
如果提供了label,則此函數(shù)記錄使用該特定標(biāo)簽調(diào)用count()的次數(shù)。
如果省略了label,則該函數(shù)記錄在此特定行上調(diào)用count()的次數(shù)。
console.count(label)
所有瀏覽器都完全支持console.count()方法:
Method | ![]() | ![]() | ![]() | ![]() | ![]() |
console.count() | 是 | 是 | 是 | 是 | 是 |
參數(shù) | 描述 |
---|---|
label | (可選)如果存在,則該方法計(jì)算使用此標(biāo)簽調(diào)用console.count()的次數(shù)。 |
兩次調(diào)用console.log(),并帶有label: