每天上班都要开着的网页
程序员文章站
2022-04-26 17:33:40
...
<script> setInterval( function() { var date = new Date(); if (date.getMinutes() == 0 || date.getMinutes() == 30) { alert("老大,喝点水,休息一下!"); } }, 1000 * 60); </script>
下一篇: 其实网页标题的长短没有好坏