【发布时间】:2017-02-08 07:34:31
【问题描述】:
<?php
$test = file_get_contents("test.txt");
?>
<html>
<body>
<?php echo $test; ?>
</body>
</html>
这是我的代码。
如何在 5 秒内刷新$test?
【问题讨论】:
-
你试过谷歌吗????
-
是的,但我找不到解决方案
-
它的页面本身重新加载正确,