这个代码适用于ie10,chrome 39但是 没有使用firefox 34:事件不是definie。
您是否知道如何附加事件,而不将事件放在参数上。
<!DOCTYPE html>
<html>
<body>
<script>
function show(){
alert(event);
}
</script>
<div onmousemove="show()">itt a piros hol a piros</div>
</body>
</html>