图片API接口
能力有限请手动刷新网页进行切换壁纸
https://api.asxe.vip/scenery.php
https://api.asxe.vip/random.php
https://api.maho.cc/random-img/pc.php
https://unsplash.it/1600/900?random
推荐
https://source.unsplash.com/random
https://imgapi.xl0408.top/index.php
以下是img中调用api实现刷新的代码
<div>
<img id="randomImage" alt="Random Image">
</div>
<button onclick="fetchRandomImage()">点击这里刷新</button>
<script>
function fetchRandomImage() {
fetch('https://api.maho.cc/random-img/pc.php')
.then(response => response.blob())
.then(blob => {
const imageUrl = URL.createObjectURL(blob);
document.getElementById('randomImage').src = imageUrl;
})
.catch(error => console.error('Error fetching image:', error));
}
// 初始加载一张图片
fetchRandomImage();
</script>
<div>
<img src="https://ybapi.cn/API/pc_acgimg.php " alt="Random Image" style="width: 50%; height: 50%;">
</div>
© 版权声明
- 本站永久网址:https://blog.ksmlc.cn/
- 本站一切资源不代表本站立场,并不代表本站赞同其观点和对其真实性负责
- 本站资源大多存储在云盘,如发现链接失效,请联系我们我们会第一时间更新
- 本网站的文章部分内容可能来源于网络,仅供大家学习与参考,如有侵权,请联系站长QQ:2760460838进行删除处理
THE END
暂无评论内容