赞
踩
//获取 edittext 对象 EditText editText = (EditText) mLayout.findViewById(R.id.editTextNumber2) ; //获取 内容 String text = editText.getText().toString()