建立警報對話盒(Alert Dialog). // 1. 透過 AlertDialog.Builder 建構是來建立物件AlertDialog.Builder myDlg = new AlertDialog.Builder(this); // 2 ...
確定! 回上一頁