//在Activity中 EditText editText1 = (EditText)findViewById(R.id.editText1); text = editText1.getText(); Toast.makeText(context, text, duration).show();