getFragmentManager().findFragmentById(id).getView().findViewById(id) 这样应该就可以了
为什么要在activity获取fragment中的控件……这样做完全没意义吧。