      function myrefresh(){
         window.location.reload();
      }
      setTimeout('myrefresh()',270000); //指定1秒刷新一次
