日期:2014-05-20 浏览次数:20750 次
Intent intent = new Intent(); intent.setClass(A.this,B.class); A.this.startActivity(intent); A.this.finish();