public interface CSSRuleList
-
自从:
-
1.4, DOM Level 2
-
Method Summary
-
Method Details
-
getLength
int getLength()
列表中的CSSRules
数量。有效子规则索引的范围是从0
到length-1
。
-
item
通过序号索引检索CSS规则。此集合中的顺序表示CSS样式表中规则的顺序。如果索引大于或等于列表中的规则数,则返回null
。
-
参数:
-
index
- 集合中的索引
-
返回:
-
CSSRuleList
中位置为index
的样式规则,如果该索引无效则返回null
。