HTML中鼠标各种事件详细解答

鼠标事件 <html> <script> function a(){ //点击后隐藏 document.getElementById("b").style.display="none"; } </script> <body> <div id="b" style="width:100px;height:200px;background-colo
相关文章
相关标签/搜索