浏览器消息提示,浏览器Notification消息提示,html5桌面通知,html5(Notification)桌面通知通知API接口,浏览器消息通知. 传统实现方式常用方法1:页面右下角写个div层,页面定时ajax请求服务器数据,返回true,div层显示。常用方法2:浏览器标题闪烁通知,示例demo:var titleInit = document.title, hasMsg = true; setInterval(function() { var title = document.title; &...