在你的页面最后面</html>后面添上下面代码:<script type="text/javascript">
  function alarm(){
    alert("To Time...");
  }
  
  setTimeout("alarm()",60000);
</script>