我正在尝试比较两个编辑文本框的值。我想要的是比较passw1=passw2。由于我的代码现在正在比较我输入的两个字符串,因为我无法比较它们。finalEditTextpassw1=(EditText)findViewById(R.id.passw1);finalEditTextpassw2=(EditText)findViewById(R.id.passw2);Buttonbuttoks=(Button)findViewById(R.id.Ok);buttoks.setOnClickListener(newOnClickListener(){publicvoidonClick(View