找到焦点在哪个editView上 EditText et = (EditText) mView.findFocus(); if(et != null) { SoftInputUtils.disableShowInput(et); } 隐藏EditView的软键盘