From 088f2dfd8e9b9446cda21c63e38e8c916a71b22b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=AB=8B=E6=96=B0?= Date: Wed, 19 Jan 2022 13:54:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/config/LocationCali.php | 3 ++- html/config/calibrate.php | 2 +- html/config/location.php | 48 ------------------------------------ 3 files changed, 3 insertions(+), 50 deletions(-) delete mode 100644 html/config/location.php diff --git a/html/config/LocationCali.php b/html/config/LocationCali.php index 16102f9..5ee1596 100644 --- a/html/config/LocationCali.php +++ b/html/config/LocationCali.php @@ -25,4 +25,5 @@ while(!feof($proc)){ @ flush(); } echo "
"; -echo "finish"; \ No newline at end of file +echo "finish"; +echo '回到首页'; \ No newline at end of file diff --git a/html/config/calibrate.php b/html/config/calibrate.php index d9edfc3..eec3262 100644 --- a/html/config/calibrate.php +++ b/html/config/calibrate.php @@ -42,4 +42,4 @@ while(!feof($proc)){ @ flush(); } echo 'FINISH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'; -echo '回到首页'; \ No newline at end of file +echo '回到首页'; \ No newline at end of file diff --git a/html/config/location.php b/html/config/location.php deleted file mode 100644 index 4dd8476..0000000 --- a/html/config/location.php +++ /dev/null @@ -1,48 +0,0 @@ -定标

'; -echo '回到首页'; - -/* -$i = 100; -while ($i<1000) { - ++$i; - //部分浏览器需要内容达到一定长度了才输出 - if ($i === 103) { - echo"

hello word".$i."

";; - } else { - echo"

hello word".$i."

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