php增加自动刷新当前页面
Posted dengcongcong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php增加自动刷新当前页面相关的知识,希望对你有一定的参考价值。
作者:邓聪聪
<?php //print "系统当前时间戳为:"; print ""; print time(); print "<br>"; //<!--JS 页面自动刷新 --> print ("<script type=\"text/javascript\">"); print ("function fresh_page()"); print (""); print ("window.location.reload();"); print (""); print ("setTimeout(‘fresh_page()‘,1000);"); print ("</script>"); ?>
以上是关于php增加自动刷新当前页面的主要内容,如果未能解决你的问题,请参考以下文章