.hls{
background-color: #ccc;
}
.hls:hover,h1:hover{
background-color:#c00;
}
</style>
</head>
<body>
<script>
for(i=0;i<10;i++){
if (i%2==1) {
document.write('<h1 class=hls>'+i+'</h1>');
}else{
document.write('<h1>'+i+'</h1>');
}
}
js实现简单各行换色
最新推荐文章于 2024-04-14 08:44:26 发布