style 属性
访问与 ElementList 关联的所有 CssStyleDeclaration 的集合。
将所有样式对象分组在一起,便于编辑元素集合的特定属性。设置特定属性的值将在 ElementList 中所有 Element 中设置该属性。获取特定属性的值将返回 ElementList 中第一个元素的属性值。
实现
CssStyleDeclarationBase get style;
访问与 ElementList 关联的所有 CssStyleDeclaration 的集合。
将所有样式对象分组在一起,便于编辑元素集合的特定属性。设置特定属性的值将在 ElementList 中所有 Element 中设置该属性。获取特定属性的值将返回 ElementList 中第一个元素的属性值。
CssStyleDeclarationBase get style;