这段代码如何修改?js点击变换背景色问题
functiontest(){varx=document.getElementById("box");if(x.style.backgroundColor=="#eee"...
function test(){
var x=document.getElementById("box");
if(x.style.backgroundColor=="#eee"){
x.style.backgroundColor="red";}
else{
x.style.backgroundColor="#eee";}
}
<div id="box" style="width:200px; height:200px; background-color:#eee;" onClick="test()"></div>
我知道问题出现在这里——如果把所有#eee改为blue这样的单词,就可以运行。
请问像#eee这种颜色码该怎么写在上段js中? 展开
var x=document.getElementById("box");
if(x.style.backgroundColor=="#eee"){
x.style.backgroundColor="red";}
else{
x.style.backgroundColor="#eee";}
}
<div id="box" style="width:200px; height:200px; background-color:#eee;" onClick="test()"></div>
我知道问题出现在这里——如果把所有#eee改为blue这样的单词,就可以运行。
请问像#eee这种颜色码该怎么写在上段js中? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询