最新回答 / qq_白夜行_07
//页面完全加载后运行var e = document.createEvent("MouseEvents");e.initEvent("click", true, true);document.getElementById("aotoruncheck").dispatchEvent(e);
2020-09-13
最赞回答 / weixin_慕先生4035002
function color(){ var color = document.getElementById('txt'); color.style.color='red' //任何你想要的颜色}//另外题目的button要加一个onclick
2020-09-04