我试图在每小时 10 分钟后单击按钮时提醒用户。我尝试了以下代码但没有成功:
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>
 一只萌萌小番薯
一只萌萌小番薯 
					慕田峪9158850
 
					潇湘沐
 随时随地看视频慕课网APP
随时随地看视频慕课网APP
相关分类