摘要:
([^\/]*)\//', $html, $matches); return $matches[1];}if (!empty($_GET['page']) && !empty($_GET['wd'])){//获取到第几页, 关键词 $page = $_GET['page']; $wd = $_GET['wd']; $handle = fopen('url.txt', 'a'); for ( $i = 0 ; $i 阅读全文
posted @ 2013-09-08 21:58
群叔
阅读(759)
评论(0)
推荐(0)