From 7389e1d115ce2c3f59b6a03291a3c6c165d00754 Mon Sep 17 00:00:00 2001 From: yangzetao Date: Sat, 12 Aug 2017 16:36:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dcss=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=99=A8=EF=BC=8C=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5=E6=8F=90?= =?UTF-8?q?=E5=8F=96=E4=B8=8D=E5=88=B0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/phpspider.php | 2 +- core/selector.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/phpspider.php b/core/phpspider.php index 85ce4b1..f6516aa 100644 --- a/core/phpspider.php +++ b/core/phpspider.php @@ -47,7 +47,7 @@ class phpspider * 版本号 * @var string */ - const VERSION = '2.0.6'; + const VERSION = '2.0.7'; /** * 爬虫爬取每个网页的时间间隔,0表示不延时, 单位: 毫秒 diff --git a/core/selector.php b/core/selector.php index c319c0a..6a8b9e6 100644 --- a/core/selector.php +++ b/core/selector.php @@ -26,7 +26,7 @@ class selector * 版本号 * @var string */ - const VERSION = '1.0.0'; + const VERSION = '1.0.2'; public static $dom = null; public static $dom_auth = array('xpath'=>'', 'css'=>''); public static $xpath = null;