var iN = new iNotify({ effect: 'flash', interval: 500, message:"有消息拉!", audio:{ file: ['msg.mp4','msg.mp3','msg.wav'] }, notification:{ title:"通知!", body:'您来了一条新消息' } }) iN.setFavicon(10).player(); var n = new iNotify() n.init({ effect: 'flash', interval: 500, message:"有消息拉!", audio:{ file: ['openSub.mp4','openSub.mp3','openSub.wav'] }, notification:{ title:"通知!", icon:"", body:'您来了一个客户' } }) n.setFavicon(10).player();
总结
以上所述是小编给大家介绍的Javascript快速实现浏览器系统通知,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对脚本之家网站的支持!
您可能感兴趣的文章: