数码资讯
博客园实现刷新页面切换背景图片的效果
选购提示
关注价格、性能、续航、售后和真实使用场景,理性比较后再下单。
参考链接:https://blog.csdn.net/weixin_34396902/article/details/89626401
页面定制css代码
body { background: url(填一个能够随机获取图片的API接口) no-repeat top center fixed; }
随机获取图片的API接口
环境背景
https(推荐):
https://img.xjh.me/random_img.php?type=bg&ctype=nature&return=302
http(更快,快一点点,不安全,可能会被劫持):
http://img.xjh.me/random_img.php?type=bg&ctype=nature&return=302
人物背景
https(推荐):
https://img.xjh.me/random_img.php?type=bg&ctype=acg&return=302
http(更快,快一点点,不安全,可能会被劫持):
http://img.xjh.me/random_img.php?type=bg&ctype=acg&return=302
声明:本文内容用于数码产品信息整理与选购参考,具体价格、库存、售后政策以官方渠道和电商页面实时信息为准。