Intent intent = new Intent(); intent.setClass(School.this, Setting.class); startActivity(intent);
在纠结这个问题的时候也在考虑
是不是 .setClass 函数是否 前面个参数是设置 起始对象