码迷,mamicode.com
首页 > Web开发 > 详细

php增加自动刷新当前页面

时间:2019-07-06 17:50:24      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:settime   页面   ali   col   color   set   时间   cat   增加   

作者:邓聪聪

<?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增加自动刷新当前页面

标签:settime   页面   ali   col   color   set   时间   cat   增加   

原文地址:https://www.cnblogs.com/dengcongcong/p/11143401.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!