PHP 正则采集百度的图片地址_PHP_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > PHP > PHP 正则采集百度的图片地址

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

 2017/11/16 23:18:09  onestopweb  程序员俱乐部  我要评论(0)
  • 摘要:<?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&
  • 标签:PHP 图片 百度 正则
class="php"><?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);

?

效果图:

?

?

?

?

?

?

?

?

?

?

?

  • 大小: 166.6 KB
  • demo.rar (413 Bytes)
  • 下载次数: 1
  • 查看图片附件
发表评论
用户名: 匿名