页面自动刷新

  <script language="JavaScript">
	function myrefresh()
	{
	   window.location.reload();
	}
	setTimeout('myrefresh()',1000); //指定1秒刷新一次
	</script>

  

posted @ 2018-01-23 09:23  我哼哼  阅读(98)  评论(0编辑  收藏  举报