当前位置:首页 > 足球快讯足球快讯
赛程安排:查看即将到来的足球赛事安排,并设置提醒以确保不错过任何一场比赛。
发布时间:2024-07-21 01:56:53【足球快讯】人次阅读
摘要即将到来的比赛2023,03,0819,00曼城vs阿森纳设置提醒2023,03,1114,00利物浦vs切尔西设置提醒设置提醒比赛ID,提醒时间,script.jsjavascriptconstsetReminderButtons=document.querySelectorAll,.set,reminder,setReminde...。
<link href="style.css" rel="stylesheet"/>
即将到来的比赛
设置提醒
script.js
javascript
const setReminderButtons = document.querySelectorAll('.set-reminder');setReminderButtons.forEach(button => {button.addEventListener('click', e => {const matchId = e.target.dataset.matchId;// 从表单中获取提醒时间const reminderTime = document.getElementById('reminder-time').value;// 设置提醒if ('Notification' in window && 'serviceWorker' in navigator) {navigator.serviceWorker.ready.then(registration => {registration.showNotification('足球比赛提醒', {body: `即将进行 ${matchId} 号比赛,请准时观看!`,icon: 'icon.png',tag: 'match-reminder',timestamp: new Date(reminderTime).getTime()});});} else {alert('您的浏览器不支持桌面提醒功能。');}});
});
标签: 赛程安排并设置提醒以确保不错过任何一场比赛查看即将到来的足球赛事安排
很赞哦! ()