作者:邓聪聪

<?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>");
?>

 

相关文章:

  • 2022-12-23
  • 2021-12-05
  • 2021-12-05
  • 2021-12-05
  • 2021-12-05
  • 2021-12-20
  • 2021-08-15
猜你喜欢
  • 2021-06-17
  • 2022-12-23
  • 2021-06-01
  • 2021-11-19
  • 2021-11-11
  • 2021-12-05
相关资源
相似解决方案