标签: 模拟鼠标事件

1 篇文章

thumbnail
JavaScript 模拟鼠标事件
div{     width: 300px;     height: 50px;     background-color: red;     color: white; } <body>     <div>         这个DIV可以点击 <br>         点击键盘时会虚拟一个鼠标点击事件     …