flase

js刷新页面方法

<script type="text/javascript">

function myrefresh(){ 

    window.location.reload(); 

setTimeout("myrefresh()",25000); 

</script>

分类:

技术点:

相关文章:

  • 2021-12-05
  • 2021-12-23
  • 2021-11-13
  • 2021-12-15
猜你喜欢
  • 2021-11-13
  • 2022-12-23
  • 2021-12-05
  • 2021-12-23
相关资源
相似解决方案