Javascript鼠标坐标无事件
问题描述:
可能重复:
如何获取鼠标位置而不需要事件(不移动鼠标)?
有没有任何类型的事件可以获得鼠标当前的坐标?
Is it possible to get the mouse current coordinates without any kind of event?
只有使用Javascript!没有jQuery ...
Only Javascript! No jQuery...
答
不,这样的事情是不可能的,只有javascript,没有事件。
No, such thing is impossible with javascript only and without events.