给老婆大人看小说用的
原始站点总是弹窗,弹窗就弹窗吧,还有声音,声音还竟是哪种的
虽说可以用chrome屏蔽掉,也可写hosts,但是换个站点还的重新弄,怪麻烦的 下一页/';$next = $start;$file_name = 'out.txt';while($next) { echo 'getting ' . $next . php_eol; $result = file_get_contents($base . $next); preg_match_all($content_grep, $result, $match); $istitle = true; $content = ; foreach($match[1] as $line) { if($istitle) { $content = $line . php_eol . php_eol; $istitle = false; } else { $content .= ' ' . $line . php_eol . php_eol; } } $file = fopen($file_name, 'a'); echo 'write length: ' . strlen($content) . php_eol; fwrite($file, $content); fclose($file); echo '.'; preg_match($next_grep, $result, $match); $next = $match[1];}
复制代码