From 20bce31c6eb50a99a21f70d3038ca4887e1b03b4 Mon Sep 17 00:00:00 2001 From: hiluoyun <1803705718@qq.com> Date: Thu, 12 May 2016 17:30:36 +0800 Subject: [PATCH] Update UsingcURL.php --- UsingcURL.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UsingcURL.php b/UsingcURL.php index 5f13475..0fae3a4 100644 --- a/UsingcURL.php +++ b/UsingcURL.php @@ -2,7 +2,7 @@ /** - * 杨启华写于2016-4-29 17:09:31 + * hiluo 2015 6 * 使用cURL函数库抓取http://news.dbanotes.net/这个页面的所有文章标题和链接 * 这里有点大材小用 */ @@ -107,4 +107,4 @@ function get_web_page($url,$curl_data) $web->getAllTitleAndLink(); $web->writeTotxt(); - ?> \ No newline at end of file + ?>