@Override public void onAttach(Context context) { listener= (MyListener) temp; super.onAttach(context); }在android studio自动补全重写代码是这样的,但是这样在下面调用listener.thank(code)程序就崩溃了
添加回答
举报
0/150
提交
取消