标签 "Bing" 的相关文章
PHP获取Bing背景图片
Bing(必应)的背景图片挺好的,懒得找背景的Dazeng正好用上了,呵呵~~
<?php
$str=file_get_contents('https://cn.bing.com/HPImageArchive.aspx?idx=0&n=1');
if(preg_match("/<url>(.+?)<\/url>/ies",$str,$matches)){