Bing每日壁纸
function AppID_bingimg(){ global $zbp; $str=file_get_contents('https://cn.bing.com/HPImageArchive.aspx?idx=0&n=1'); &…
function AppID_bingimg(){
global $zbp;
$str=file_get_contents('https://cn.bing.com/HPImageArchive.aspx?idx=0&n=1');
if(preg_match("/<url>(.+?)<\/url>/s",$str,$matches)){
$imgurl='https://cn.bing.com'.$matches[1];
}
if($imgurl){
return $imgurl;
}else{
return $zbp->Config('AppID')->defaultBackground;
}
}
