private void showToast(Button btn) { if (toast != null) { toast.cancel(); } String text = "Clicked: " + btn.getText(); toast = Toast.makeText(this, text ...
確定! 回上一頁