PHP头条
热点:

下载百度搜索图片-PHP源码


php代码

$brand =  'logo';

$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);

www.phpzy.comtrue/php/33014.htmlTechArticle下载百度搜索图片-PHP源码 php代码 $brand = logo;$url = "http://image.baidu.com/search/index?tn=baiduimagect=201326592lm=-1fm=indexsf=1pv=nc=1se=1fb=0height=istype=2word={$brand}rsp=-1";$content = file_get_contents($url);preg_matc...

相关文章

PHP之友评论

今天推荐