From 313d47b6e39684478db51fac408a37bcf40d1c92 Mon Sep 17 00:00:00 2001 From: citywill Date: Tue, 21 Feb 2017 10:27:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=A5=20=20./=20=20?= =?UTF-8?q?=E5=BC=80=E5=A4=B4=E7=9A=84=E7=9B=B8=E5=AF=B9=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E6=8B=BC=E9=94=99=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/phpspider.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/phpspider.php b/core/phpspider.php index 2feedee..a69f807 100644 --- a/core/phpspider.php +++ b/core/phpspider.php @@ -1479,9 +1479,10 @@ public function fill_url($url, $collect_url) $path_step++; } // 遇到 ., 不知道为什么不直接写$u == '.', 貌似一样的 + // 为啥要注释掉呢,这样遇到. 就错了 else if( $i < count($urls)-1 ) { - //$dstr .= $urls[$i].'/'; + $dstr .= $urls[$i].'/'; } else {