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