📅  最后修改于: 2022-03-11 15:01:38.798000             🧑  作者: Mango
/*
* @message {String or DOMElement} The dialog contents.
* @onok {Function} Invoked when the user clicks OK button or closes the dialog.
*
* alertify.alert(message, onok);
*
*/
alertify.alert('Alert Message!', function(){ alertify.success('Ok'); });