javascript实现控制div颜色_javascript技巧
来源:动视网
责编:小采
时间:2020-11-27 21:40:24
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(
导读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(

js控制div颜色
以上所述就是本文的全部内容了,希望大家能够喜欢。
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(