注意變量 阿赫
function rec(){ ? ?var mychar=document.getElementById("txt"); ? ?var mymessage=confirm("確定取消設置?"); ? ?if (mymessage==true){ ? ? ? ?mychar.removeAttribute("style"); ? ?} ? ?else { ? ? ? ?return null; ? ?} }
function rec(){ ? ?var mychar=document.getElementById("txt"); ? ?var mymessage=confirm("確定取消設置?"); ? ?if (mymessage==true){ ? ? ? ?mychar.removeAttribute("style"); ? ?} ? ?else { ? ? ? ?return null; ? ?} }
2015-06-15
舉報
2015-12-17
你想問啥