PHP自动抓取bing壁纸设置

今天需要做一个自动背景的页面,想了一下,觉得bing的壁纸很不错,还不用自己每天去手动更换。没二话,行动吧。

前提:PHP环境请搭建好。

新建文件sn.php

<?php 
 $str = file_get_contents("https://cn.bing.com/HPImageArchive.aspx?idx=0&n=1");
 $str = simplexml_load_string($str);
 $images = $str -> image;
 $url = $images -> url;
 $image = 'https://cn.bing.com'.$url;
?>
 <style type="text/css">
 	*{margin: 0; padding: 0;}
 	img{width: 100%; height: 100%;}
 	#content{position: fixed; font-size: 35px; color: #fff; margin: 0px auto;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1000; text-shadow: 1px 4px 8px;}
 </style>
 <img src="<? echo $image ?>">
 	<div id="content">网站暂停访问,请联系管理员进行处理</div> 	

代码到此结束。

示例图片:

PHP自动抓取bing壁纸设置官方区蓝鸢梦想 - Www.slyday.coM

觉得自己需要修改的自己动手去设置css样式吧。改成你自己喜欢的样子。

相关推荐

  • 友情链接:
  • PHPCMSX
  • 报告文学网
  • 文秘天空
  • 智慧景区
  • 微信扫一扫

    微信扫一扫
    返回顶部

    显示

    忘记密码?

    显示

    显示

    获取验证码

    Close