代码如下
1.html代码
<div id="head">
<div id="one"></div>
</div>
2.css代码
*{
padding: 0px;
margin:0px;
}
#head{
position:relative;
width: 200px;
height: 200px;
}
#one{
width: 200px;
height: 200px;
background-color: red;
}
#two{
width: 200px;
height: 200px;
background-color: green;;
}
3.js代码
var head =document.getElementById('head');
var one =document.getElementById('one');
var two =document.getElementById('two');
var i=0;
one.onclick =function(){
if (i==0) {
one.style.background="green"
i=1;
}else{
one.style.background="red"
i=0;
}
}
远近互联技术小向整理发布,希望能对同是技术的你有所帮助。
远近互联专业提供网站建设、APP开发、网站优化、外贸网站SEO、微信运营的品牌整合营销服务,让客户通过网络品牌建立与网络传播提高业绩。