Back

网站如何获取必应搜索每日图?

Small color 2016年10月13日

1.png

方法来自互联网。参考了多个教程,而总结的。

众所周知bing搜索每日都更换一些各种各样的图。
我们可以调用它到我们的网站,做背景,电脑壁纸的什么鬼都OK拉!
如何调用呢?
利用PHP调用!
新建个php文件。把下面那段代码黏贴进去!保存,上传服务器即可

php源码代码:

<?php
 $str=file_get_contents('http://www.bing.com/HpImageArchive.aspx?format=xml&idx=0&n=1&mkt=zh-CN');
 if(preg_match("/<url>(.+?)<\/url>/ies",$str,$matches)){
  $imgurl='http://www.bing.com'.$matches[1];
 }
 if($imgurl){
  header('Content-Type: image/JPEG');
  @ob_end_clean();
  @readfile($imgurl);
  @flush(); @ob_flush();
  exit();
 }else{
  exit('error');
 }
?>

调用方法:

也就是把这php当做一张图片即可 例如:<img src="你上传服务器的路径.php" alt="log"/>

这样就OK了

  • 不想搞麻烦或者比较懒?

可以。你可以直接调用我的
【api】:http://www.smallcolor.link/usr/themes/Material/img/bing.php
【api2】: http://www.smallcolor.link/usr/themes/Material/img/bing2.php(这个API不受我服务器网速慢问题,是直接重定向到必应的图片地址)
把这段网址复制到,你博客做背景,什么鬼,或者下载都行!

接下来就是原理了

原理:

通过这个网址:http://www.bing.com/HpImageArchive.aspx?format=xml&idx=0&n=1&mkt=zh-CN
这个网址怎么获取的呢?这网址是大神们在通过 https://bing.com 抓到他的 API得到的。

我们打开着网址看看
2.png

我们会发现网页中的代码有每日图片的路径,但是。是一半的路径,这时候我们就尝试下前面那半会不会是http://www.bing.com/。测试之后果然是!

这时候我们就可以通过php的正则表达式来抓出那段图片路径。再加上前面那段http://www.bing.com/。
就获取到每日图了!

4.jpg

注意:
  • 担心迷路?请收藏备用网址:smallcolor.top  备用网址2:smallcolor.org
  • 免责声明:本站为非营利性站点,本网站提供的资源均系收集于各大外网网站,本网站只提供web页面服务,并不提供影片资源存储和下载,也不参与录制、上传、翻译。
  • Disclaimer: This site for non-profit site, this website provides the resources are collected in each big web site, the site provides web page service only, does not provide video resources storage and download, or recording, upload, translation will not be involved.
  • 本站严格遵守(CC BY-NC-SA 4.0)国际许可协议,所有信息我都注明来源。
  • This website strictly complies with the (CC BY-NC-SA 4.0) international license agreement and indicates the source of all information.
  • 若本站收录的节目无意侵犯了贵司版权,请给下面邮箱地址来信(或者留言),我们会及时处理和回复,谢谢!
  • If the content included in this website is not intended to infringe your copyright, please send a letter to the following email (or message), we will promptly handle and reply, thank you for your support!
  • 富强、民主、文明、和谐,自由、平等、公正、法治,爱国、敬业、诚信、友善。
  • emoji_u1f625.pngemoji_u1f629.pngicon_twisted.pngemoji_u1f62a.pngemoji_u1f61c.pngemoji_u1f64d.pngemoji_u1f618.pngemoji_u1f611.pngicon_cool.pngemoji_u1f61e.pngicon_wink.pngicon_neutral.pngicon_smile.pngemoji_u1f646.pngemoji_u1f620.pngemoji_u1f626.pngemoji_u1f623.pngicon_razz.pngemoji_u1f603.pngemoji_u1f62b.pngicon_eek.pngemoji_u1f605.png
    >Submit

      商业友情链接:

    >