以前的IE时代,有个函数ele.setCapture(),现在废除了,同样的效果如何实现?这个主要是用在拖动效果方面
document.addEventListener("mousemove", DragFn, false);