MotionEvent.ACTION_MOVE 和 UP 无效 在onTouchEvent(MotionEvent event)中发现只有MotionEvent.ACTION_DOWN有效 其它值无效,修改返回值为:return true;