==传统网页通知
var time = null,index = 0;
window.onfocus = function(){//回到该页面时
clearInterval(time);
document.title = 'MyHtml';
index = 0;
};
window.onblur = function(){//离开该页面时
time = setInterval(function(){
++index%2==0 ? document.title = '【】' : document.title = '【您有新的消息】'
},100);
};
你好!如果你有什么更好的建议或意见,请在评论区留言。感谢你的阅读!
浙公网安备 33010602011771号