Activity 与Fragment之间的跳转:. (1)Fragment跳转到Activity:. startActivity(new Intent(getActivity(), Activity.class)); // 首先需要通过getActivity()方法 ...
確定! 回上一頁