我有这段代码:
div {
width: 200px;
height: 200px;
background-color: #ececec;
margin-bottom: 10px;
}
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
我想针对第二个div,然后是第5个div,第8个div等来改变他们的背景。