在mouseDown里startDrag(),在mouseUp里stopDrag(),发现move事件是在stopDrag()执行完之后才触发的,并不是在移动过程中时时触发的。move事件里放一些移动完要处理的事才是对的。