AlertDialog.Builder alertDialog = new AlertDialog.Builder(MainActivity.this);. 然後要顯示對話盒則記得要在最後加入.show()喔! alertDialog.show();.
確定! 回上一頁