public interface StyleSheetList
- 自从:
- 1.4、DOM Level 2
-
方法总结
-
方法详情
-
getLength
int getLength()列表中StyleSheets的数量。有效子样式表索引的范围是0到length-1(含)。 -
item
用于按序号索引检索样式表。如果 index 大于或等于列表中样式表的数量,则返回null。- 参数:
index- 集合索引- 返回:
StyleSheetList中index位置的样式表,如果不是有效索引,则为null。
-