?<script type="text/javascript">? var txt=document.getElementById("txt");//定義"改變顏色"的函數(shù)function changeColor(){? ?? ? txt.style.color="red";}//定義"改變寬高"的函數(shù)function changeBox(){? ?? ? txt.style.width="100px";? ? ?txt.style.height="100px";}//定義"隱藏內(nèi)容"的函數(shù)function changeHide(){? ?? ? txt.style.display="none";}//定義"顯示內(nèi)容"的函數(shù)function changeBlock(){? ?? ? txt.style.display="block";}//定義"取消設(shè)置"的函數(shù)function changeConfirm(){? ? var isture=confirm("是否取消操作?");? ?if(isture==ture){? ? ? ?isture.removeAttribute("style"); ?? ?}else(){? ? ? ?return false;? ?}}? </script>沒(méi)有反應(yīng)啊
沒(méi)有反應(yīng)呢
qq_不像白羊座的白羊座_0
2015-10-25 10:24:13