HTML中鼠標各種事件詳細解答

鼠標事件 <html> <script> function a(){ //點擊後隱藏 document.getElementById("b").style.display="none"; } </script> <body> <div id="b" style="width:100px;height:200px;background-colo
相關文章
相關標籤/搜索