alertDismiss (). public void alertDismiss() { try { getAlert().dismiss(); } catch (Exception e) { LOGGER.error(e.getMessage()); throw e; } }.
確定! 回上一頁