<html>
<head>
<title>取得类别的名称</title>
<style type="text/css">
<!--
.bgcolor{
background-color:#993300;
}
-->
</style>
</head>
<body>
<input type="button" value ="显示" id="bt" onClick="alert
(bt.className)" class="bgcolor">
</body>
</html>