HTML5-新特性尝鲜

  1. 1. Desktop notification - 桌面通知
    1. 1.0.1. 参考资料

Desktop notification - 桌面通知

    var notification = new Notification("标题", {dir: 'auto', lang: '', tag: 'Tag', icon: 'icon.png', body: '内容...'})

参考资料

Desktop Notification API