javascript实现控制div颜色_javascript技巧【点击查看详情】
javascript实现控制div颜色_javascript技巧:js控制div颜色 #div1{width:400px;height:400px;background-color:red;} function blue(){ div1=document.getElementById('div1'); div1.style.backgroundColor='blue'; } function pink(
相关视频/文章