<input type=\"button\" value=\"button\" style=\"position:absolute;\" onmousemove=\"this.style.left = Math.ceil(Math.random()*screen.width); this.style.top = Math.ceil(Math.random()*screen.height);\" />
太感谢了啊!问下style="positon:absolute;"这句是什么意思?有什么用吗?
绝对定位
onmousemove是鼠标移动的事件,onmouseover是鼠标移动到对象上面的时候触发的事件