document.onmouseup = ()=>{
fnMove.onmousemove =null;
}
fnMove.onmousemove =null;
}
2017-09-03
IE里面对event定义了两个offsetX和offsetY属性,可以获取鼠标相对于触发事件元素的x,y坐标,
2017-09-01