未分类题
A.AlertDialog不能直接用new关键字构建对象,而必须使用其内部类BuilderB.create()方法创建并显示对话框C.show()方法只显示对话框D.AlertDialog.Builder的create()和show()方法都返回AlertDialog对象