快速登录
点击电脑鼠标右键,打开屏幕设置,可以根据自己的需求进行调整。
eg: <div id="test" onmouseover="change()" onmouseout="preChange()" style="width:100px;height:100px;background:black;"></div> <script> function change(){ document.getElementById("test").style.background="red"; } function preChange(){ document.getElementById("test").style.background="red"; } </script>
社交账号登录
点击电脑鼠标右键,打开屏幕设置,可以根据自己的需求进行调整。