欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

PHP 正则采集百度的图片地址

程序员文章站 2022-07-14 08:32:51
...
<?php
$brand = '风景';
 
$url = "http://image.baidu.com/search/index?tn=baiduimage&ipn=r&ct=201326592&cl=2&lm=-1&st=-1&fm=index&fr=&sf=1&fmq=&pv=&ic=0&nc=1&z=&se=1&showtab=0&fb=0&width=&height=&face=0&istype=2&ie=utf-8&word={$brand}&oq={$brand}&rsp=-1";
$content = file_get_contents($url);
preg_match_all('/objURL":"(.*?)",/',$content,$match);
print_r($match);

 

效果图:
PHP 正则采集百度的图片地址
            
    
    博客分类: 境-PHP2 正则采集百度图片PHP采集获取图片地址 
 

 

 

 

 

 

 

 

 

 

 

  • PHP 正则采集百度的图片地址
            
    
    博客分类: 境-PHP2 正则采集百度图片PHP采集获取图片地址 
  • 大小: 166.6 KB