window.onbeforeunload = function(event){
console.log(event.pageX);
}
我这样写的,发现有问题,请大神指教~~~
onbeforeunload里面,关于获取鼠标位置的函数,是无效的