对话框例子
                    基本用法:
                    yeui.alert('你好,hello world');
                
                    基本用法:
                    yeui.confirm("确定要删除?",
                    {
                    ok:function(){yeui.alert('点击了确定');},
                    cancel:function(){yeui.alert('点击了取消');}
                    });
                
                    基本用法:
                    yeui.toast('你好,hello world');