从 "ex1" 元素的样式声明中返回第一个 CSS 属性名称:
var style = document.getElementById("ex1").style;
var propname = style.item(0);
alert(propname);
亲自试一试 »
item() 方法按索引从 CSS 声明块返回 CSS 属性名称。
索引从 0 开始。
Method | |||||
---|---|---|---|---|---|
item() | Yes | 9.0 | Yes | Yes | Yes |
style.item(
index)
Parameter | Description |
---|---|
index | Required. A number representing the index of the CSS property |
DOM 版本: | CSS 对象模型 |
---|---|
返回值: | 一个字符串,代表属性的名称 |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!