easyui messager alert 三秒后自动关闭提示

$.messager.alert(' ','<font size="2" color="#666666"><strong>数据库暂无记录!</strong></font>','infoSunnyIcon',function(){
                //alert('点击确定按钮才关闭');//
            });
            
setTimeout(function(){
    $(".messager-body").window('close');    
},3000);
原文地址:https://www.cnblogs.com/yeminglong/p/5533866.html