我试图在每小时 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
潇湘沐
相关分类