public void showToast(String msg) { Toast.makeText(this, msg, Toast.LENGTH_LONG).show(); }//showtoast函数,传入一个信息参数即可