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