HTML5 Notification(桌面提醒)功能允许网页向用户发送通知。以下是一个使用实例:,,``javascript,// 检查浏览器是否支持Notification API,if (!("Notification" in window)) {, alert("此浏览器不支持桌面……