• 2022-06-16
    关于AlertDialog描述错误的是()
    A: show()方法只显示对话框
    B: AlertDialog.Builder的create()和show()方法都返回AlertDialog对象
    C: AlertDialog不能直接用new关键字构建对象,而必须使用其内部类Builder
    D: AlertDialog对象直接调用create()方法创建并显示对话框