有时控件使用requestFocus()不能正常获取焦点的时候,也可以使用performClick()
btn1 = (Button) findViewById(R.id.btn_t1); btn1.setOnClickListener(this); btn1.performClick();