获取edittext的内容时,返回无意义的数字EditText play = (EditText)findViewById(R.id.play);String play = receive_account.getContext().toString();运行时,我在edittext中输入了a,结果却返回com.yarn.android.play@40567d00,这是怎么一回事?[解决办法]receive_account.getText().toString();