From a41649f8eb8f489dce030e067762cc70f02c4e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=AB=8B=E6=96=B0?= Date: Wed, 16 Feb 2022 10:57:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E8=AF=AF=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/config/location.php | 64 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 html/config/location.php diff --git a/html/config/location.php b/html/config/location.php new file mode 100644 index 0000000..82f9875 --- /dev/null +++ b/html/config/location.php @@ -0,0 +1,64 @@ +'; + +echo '设备 + + +    +    +    +    + + '; +echo '尼特 '; +echo ''; +echo ''; + +echo ''; + + +echo '回到首页'; + +/* +$i = 100; +while ($i<1000) { + ++$i; + //部分浏览器需要内容达到一定长度了才输出 + if ($i === 103) { + echo"

hello word".$i."

";; + } else { + echo"

hello word".$i."

";; + } + sleep(1); + +} +*/