Rumah > Artikel > pembangunan bahagian belakang > 住房公积金如何提取 同时提取多条新闻中的文本一例
本文为一个提取一批新闻网页中的文本的小程序,它可以将各篇新闻的内容存为以该新闻标题为文件名的文本文件。如有更好的处理方法,请和我联系:
lwx3069@sina.com
这里以人民网中的“今日要闻”下的新闻为例.
($url) ? "" : $url = "http://www.unn.com.cn/GB/channel2/3/11/index.html"; // 今日要闻
if(isset($url)&&$url!="") {
$str = implode("",file($url));
$str_ary = explode("
',$str2[0]); //从整个有用部分取出文件正文
以上就介绍了住房公积金如何提取 同时提取多条新闻中的文本一例,包括了住房公积金如何提取方面的内容,希望对PHP教程有兴趣的朋友有所帮助。
$str3[1]=str_replace('
',"\n"." ",$str3[1]);
$str3[1]=str_replace(' ',"",$str3[1]);
$str3=strip_tags($str3[1]);
$pf=trim($title).".txt";
$ppf=fopen(CONTENTS_DIR."$pf",'w');
fputs($ppf,$title);
fputs($ppf,"$str4[0]");
fputs($ppf,$str3);
}
}
}
}
?>