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