欢迎您光临自学哈网,只为分享网络知识教程,供大家学习参考!

「自学哈网」Bing每日背景图片API接口源码

作者 : 自学哈 本文共1147个字,预计阅读时间需要3分钟 2022-10-8 共189人阅读
也想出现在这里? 联系我们

Bing每日背景图片API接口源码,图片每天会自动更新,一天更新一张。分享给需要做网站背景的来使用,2020年9月1日 11:58:07测试API接口依旧可用。

API接口源码

<?php
/**
*Bing图片获取
*/
$str = file_get_contents('https://cn.bing.com/HPImageArchive.aspx?idx=0&n=1'); 
if(preg_match("/<url>(.+?)</url>/ies",$str,$matches)){
$imgurl='https://cn.bing.com'.$matches[1];
}else{
$imgurl='/content/templates/dudu/img/a.jpg'; 
}
header("Location: $imgurl");
?>

API接口返回内容

<images>
<image>
<startdate>20200831</startdate>
<fullstartdate>202008310900</fullstartdate>
<enddate>20200901</enddate>
<url>
/th?id=OHR.OysterMushroom_ZH-CN6265453153_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp
</url>
<urlBase>/th?id=OHR.OysterMushroom_ZH-CN6265453153</urlBase>
<copyright>比利时的平菇 (© Philippe Clement/Minden Pictures)</copyright>
<copyrightlink>
https://www.bing.com/search?q=%E5%B9%B3%E8%8F%87&form=hpcapt&mkt=zh-cn
</copyrightlink>
<headline/>
<drk>1</drk>
<top>1</top>
<bot>1</bot>
<hotspots/>
</image>
<tooltips>
<loadMessage>
<message>正在加载...</message>
</loadMessage>
<previousImage>
<text>上一个图像</text>
</previousImage>
<nextImage>
<text>下一个图像</text>
</nextImage>
<play>
<text>播放视频</text>
</play>
<pause>
<text>暂停视频</text>
</pause>
</tooltips>
</images>

相关专题

本站声明:
本站所有资源来源于网络,分享目的仅供大家学习和交流!如若本站内容侵犯了原著者的合法权益,可联系邮箱976157886@qq.com进行删除。
自学哈专注于免费提供最新的分享知识、网络教程、网络技术的资源分享平台,好资源不私藏,大家一起分享!

自学哈网 » 「自学哈网」Bing每日背景图片API接口源码
也想出现在这里? 联系我们
© 2022 Theme by - 自学哈网 & WordPress Theme. All rights reserved 浙ICP备2022016594号