<script type="text/javascript"> var txt=document.getElementById("txt");//定义"改变颜色"的函数function changeColor(){ txt.style.color="red";}//定义"改变宽高"的函数function changeBox(){ txt.style.width="100px"; txt.style.height="100px";}//定义"隐藏内容"的函数function changeHide(){ txt.style.display="none";}//定义"显示内容"的函数function changeBlock(){ txt.style.display="block";}//定义"取消设置"的函数function changeConfirm(){ var isture=confirm("是否取消操作?"); if(isture==ture){ isture.removeAttribute("style"); }else(){ return false; }} </script>没有反应啊
添加回答
举报
0/150
提交
取消