onmouseover 鼠标滑过事件
<script> function con(){ alert("xxx") } </script> <body> <button onmouseover=‘con()‘>划过</button> </body>
onmouseover 事件-鼠标滑过
原文:http://www.cnblogs.com/yjh1604600160/p/q-2.html