我試圖在每小時(shí) 10 分鐘后單擊按鈕時(shí)提醒用戶。我嘗試了以下代碼但沒(méi)有成功:function alert10() { var today = new Date().getHours().getMinutes(); if (today > 10) { alert("You can only access this section within the first 10 minutes of every hour"); } }<li><a href="{{route('sel.sec')}}" onclick="alert10()">Section</a></li>
在每小時(shí)的前 10 分鐘后提醒用戶
一只萌萌小番薯
2021-11-04 15:14:30