码迷,mamicode.com
首页 > Web开发 > 详细

网页资源抓取

时间:2017-05-02 11:52:12      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:bsp   strlen   white   style   int   encode   nbsp   ace   word   

// $text=file_get_contents(‘http://huaban.com/‘);
// preg_match_all(‘/<img[^>]*>/i‘, $text, $match);
// print_r($text);
$keyword = "火影";
$keyword = urlencode($keyword);
$url = "www.baidu.com";
$html = file_get_contents($url);
preg_match_all("/\"[^\"]*[^0]\.jpg\"/", $html, $text);
foreach ($text as $key => $value) {
foreach ($value as $img) {
$a=‘www.baidi.com‘;
$img=substr($img, 1,strlen($img)-2);
// $img=$a.$img;
// var_dump($img);
print "<img src=".$a.$img . " /><br/>";
 
 
}
}

网页资源抓取

标签:bsp   strlen   white   style   int   encode   nbsp   ace   word   

原文地址:http://www.cnblogs.com/linzy/p/6795032.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!