js刷新页面方法

<script type="text/javascript">

function myrefresh(){ 

    window.location.reload(); 

setTimeout("myrefresh()",25000); 

</script>

posted on 2014-02-07 15:09  false~  阅读(187)  评论(0编辑  收藏  举报

导航