qiantuwuliang
js 定时刷新页面:
  
      <script language="javascript">
             function myrefresh()
             {
                 window.location.href="login.aspx";
                 
             }

             setTimeout(myrefresh,2000); //指定2秒刷新一次
            
             </script>

分类:

技术点:

相关文章:

  • 2021-11-19
  • 2021-06-24
猜你喜欢
  • 2021-11-19
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
相关资源
相似解决方案