不知道对不对
//定义"改变颜色"的函数 var Oh2 = document.getElementById('con'),Obtn = document.getElementById("btn1"),Otxt = document.getElementById("txt"); Obtn.onclick = function fn(){ Oh2.style.color = "red"; Otxt.style.backgroundColor = "blue"; } 也不知道对不对。反正提交了,慕课网的也不能运行,是不是有 bug??