当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM className属性
The className property sets or returns the class attribute of an element.
className属性属性可设置或返回元素的class属性。
object.className=classname |
The following example shows two methods on how to get the class attribute for the <body> element:
下面的举例中展示了两种如何得到<body>元素class属性的方法:
<html> <script type="text/javascript"> </body> |
Output:
输出:
Body CSS class: mystyle |
Return the class attribute of the <body> element
返回body元素的class属性