코드 복사 코드는 다음과 같습니다.
//홈페이지 주소 수집
$url ="http:/ /emotion.pclady.com.cn/skills/";
//페이지 코드 가져오기
$rs=file_get_contents($url)
//일치하는 일반 규칙 설정
//$fp=fopen ("text.txt","a")
//$fw=fwrite($fp,$rs)
//fclose($fp)
/*href="http://emotion.pclady.com.cn/skills/0903/376476.html"
target=_blank>Keep the good man by 당신 편*/
$preg='/
//일반 검색 수행
preg_match_all($preg,$rs,$title)//제목 수 계산
$ count=count($title[0 ]);
echo $count."
"
//제목 수별로 콘텐츠 수집
for ($i=0;$i<$ count;$i ){
//콘텐츠 페이지 주소 설정
$pr='/
preg_match_all($pr, $title[0][$i] ,$jurl)
$substr=substr($juurl[0][0],9)
$curl=substr($substr,0,-18) ;
//콘텐츠 페이지 코드 가져오기
$c=file_get_contents($curl)
//정규 표현식과 일치하는 콘텐츠 페이지 설정
$pc='/
//정규 매칭 검색 수행
preg_match($pc,$c,$content);
//출력 제목
echo $title[0] [$i]."
"
echo $title[1][$i]."
"
$c
echo $concount."
";
echo $content[0] [0];
for ($j=0;$j<$concount;$j ){
}
}
?>