高考倒计时
主播快高考了先放个倒计时 const targetDate = new Date('2026-06-07T00:00:00').getTime(); const countdownElement = document.getElementById('countdown'); function updateCountdown() { const now = new Date().getTime(); const timeLeft = targetDate - now; if (timeLeft
