html自动刷新
头部
<meta http-equiv="refresh" content="10">
或者js实现
<script language="JavaScript">
setTimeout(function(){location.reload()},1000);
</script>
头部
<meta http-equiv="refresh" content="10">
或者js实现
<script language="JavaScript">
setTimeout(function(){location.reload()},1000);
</script>