1、在Fragment中view.getActivity().findViewById(R.id.xx);2、其中getActivity可以获取到该Fragment引用的Activity,3、之后通过findViewById获取到其他与该Activity相关联的Fragment中的控件引用。