Android Fragment页面如何实现点击跳载到另一个Activity页面?
Intent it = new Intent(getActivity(), DestinationActivity.class);getActivity().startActivity(intent);