加载中...

取得类别的名称


调试运行

<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>

还没有评论.