• 2022-06-16
    创建对话框AlertDialog的方法
    A: AlertDialogdlg=newAlertDialog();
    B: AlertDialog.Builder b=new AlertDialog.Builder()AlertDialogdlg=b.create()
    C: AlertDialogdlg=create();
    D: AlertDialogdlg=AlertDialog.create();
  • 举一反三