什麼是Notifications? HTML5 Notifications桌面提醒
Notifications是HTML5的一個新特性~ 可以看看360電腦搶票,也是用Notifications提示的~,下面小編寫了一個HTML5 Notifications桌面提醒,還是挺不錯的哦!
<html> <head> <meta charset="utf-8"> <title>HTML5 - Notifications</title> <script> //判断浏览器是否支持Notifications function supported(){ if(window.webkitNotifications){ alert('浏览器支持Notifications'); } else { alert('浏览器不支持Notifications'); } } //请求桌面通知权限 function requestPermission() { window.webkitNotifications.requestPermission(); } //获取请求权限状态 function checkPermission() { switch (window.webkitNotifications.checkPermission()) { case 0:alert('用户已允许显示桌面通知');break; case 1:alert('用户还没有允许或拒绝显示桌面通知');break; case 2:alert('用户已拒绝显示桌面通知');break; } } //创建文本消息 function textMsg(){ var icon = 'logo.png'; var title = '阿鹏\'s BLOG'; var body = 'http://www.1990c.com'; var popup = window.webkitNotifications.createNotification(icon, title, body); popup.ondisplay = function(event) { setTimeout(function() { event.currentTarget.cancel(); }, 5000); } popup.show(); } //创建HTML消息 function htmlMsg(){ var popup = window.webkitNotifications.createHTMLNotification('msg.html'); popup.ondisplay = function(event) { setTimeout(function() { event.currentTarget.cancel(); }, 5000); } popup.show(); } </script> </head> <body> <input type="button" value="是否支持桌面提醒" onclick="supported();"/> <input type="button" value="请求权限" onclick="requestPermission();"/> <input type="button" value="请求权限状态" onclick="checkPermission();"/> <input type="button" value="显示文本消息" onclick="textMsg();"/> <input type="button" value="显示HTML消息" onclick="htmlMsg();"/> </body> </html>
登入後複製
以上是什麼是Notifications? HTML5 Notifications桌面提醒的詳細內容。更多資訊請關注PHP中文網其他相關文章!
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn

熱AI工具

Undresser.AI Undress
人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover
用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool
免費脫衣圖片

Clothoff.io
AI脫衣器

Video Face Swap
使用我們完全免費的人工智慧換臉工具,輕鬆在任何影片中換臉!

熱門文章
Windows 11 KB5054979中的新功能以及如何解決更新問題
3 週前
By DDD
如何修復KB5055523無法在Windows 11中安裝?
2 週前
By DDD
Inzoi:如何申請學校和大學
3 週前
By DDD
如何修復KB5055518無法在Windows 10中安裝?
2 週前
By DDD
Roblox:Dead Rails - 如何召喚和擊敗Nikola Tesla
4 週前
By 尊渡假赌尊渡假赌尊渡假赌

熱工具

記事本++7.3.1
好用且免費的程式碼編輯器

SublimeText3漢化版
中文版,非常好用

禪工作室 13.0.1
強大的PHP整合開發環境

Dreamweaver CS6
視覺化網頁開發工具

SublimeText3 Mac版
神級程式碼編輯軟體(SublimeText3)