这段哪里错了,点确定后颜色没变
var cC=document.getElementById("txt"); function cc(){ var changColor=confirm("是否改变颜色?");//定义"改变颜色"的函数 if(changeColor==ture) { cC.style.color="red"; cC.style.backgroundColor="#ccc"; } }
var cC=document.getElementById("txt"); function cc(){ var changColor=confirm("是否改变颜色?");//定义"改变颜色"的函数 if(changeColor==ture) { cC.style.color="red"; cC.style.backgroundColor="#ccc"; } }
2017-07-22
举报