換頁

Intent intent = new Intent();

intent.setClass(this, prdef.class);

this.startActivityForResult(intent, goSetUp);