通过PHP获取bing.com的每日一图 如果想调用bing.com的每日一图,通过php可以很轻松获取,下面列举两段代码,均可实现: 1、通过处理json获取数据: [php] $bing = "https://cn.bing.com/HPImageArchive.aspx?format=js&idx=0&n=1"; $Pinfo = json_decode(file_get_contents($bi......继续阅读
使用bing美图作为WordPress登录页面的背景图 感谢: 皇家元林 投稿 文章来源: https://hjyl.org [php] //自定义登录页面背景 function custom_login_head(){ $str=file_get_contents('http://cn.bing.com/HPImageArchive.aspx?idx=0&n=1'); if(preg_match("/<url>(.+?)......继续阅读