You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
严格地说,`StyleSheet`接口不仅包括网页样式表,还包括 XML 文档的样式表。所以,它有一个子类`CSSStyleSheet`表示网页的 CSS 样式表。我们在网页里面拿到的样式表实例,实际上是`CSSStyleSheet`的实例。这个子接口继承了`StyleSheet`的所有属性和方法,并且定义了几个自己的属性,下面把这两个接口放在一起介绍。
0 commit comments