页面请求 不间断刷新

  <script type="text/javascript">
    function refresh(){
      $("#observe")[0].onclick();
    }
    window.setInterval("refresh()", 60000);
    window.onload = function(){
      refresh();
    }
  </script>

你可能感兴趣的:(页面请求 不间断刷新)