Intent intent = new Intent(getActivity(), Choose_page.class); startActivity(intent); 就是调用另一个activity,为什么会出现这个错误啊??
收起
这个a是什么啊。还有这么写的。。。。
报告相同问题?