public MyAlertDialogFragment(int title) { Bundle args = new Bundle(); args.putInt("title",title); setArguments(args); }
这不完全一样吗?最好的方法是什么,为什么?