值
一个整数。
示例
在下面的示例中,名为 myRules 的 CSSRuleList 中的项数将打印到控制台。
js
let myRules = document.styleSheets[0].cssRules;
console.log(myRules.length);
规范
| 规范 |
|---|
| CSS 对象模型 (CSSOM) # dom-cssrulelist-length |
浏览器兼容性
加载中…
一个整数。
在下面的示例中,名为 myRules 的 CSSRuleList 中的项数将打印到控制台。
let myRules = document.styleSheets[0].cssRules;
console.log(myRules.length);
| 规范 |
|---|
| CSS 对象模型 (CSSOM) # dom-cssrulelist-length |
加载中…