0
passCode1 = (EditText) findViewById(R.id.passCode1);

此编辑文本框是数字密码类型,我无法清除该值,并且它有数字限制,只能输入 0 - 9 之间的数字

4

1 回答 1

0

numberPassword, textPassword, phone, date, text, ..不管是什么,您都可以通过调用清除该字段passCode1.setText(null);

于 2013-09-04T11:25:36.597 回答