Random image

2022/5/25 我们暂停了国内的节点,非常抱歉

使用方法

调用参数:

单张调用:"https://api.uuz.bid/random/?image"

多张调用:"https://api.uuz.bid/random/?xxx"

JSON调用:"https://api.uuz.bid/random/?json=y"


调用示例:

HTML单张

<img src="https://api.uuz.bid/random">

HTML多张

<img src="https://api.uuz.bid/random/?1">
<img src="https://api.uuz.bid/random/?2">
<img src="https://api.uuz.bid/random/?1.jpg">
<img src="https://api.uuz.bid/random/?2.jpg">

CSS单张

body{
  background-image: url(https://api.uuz.bid/random/?image)
}

CSS多张

body{
  background-image: url(https://api.uuz.bid/random/?1)
}
header{
  background-image: url(https://api.uuz.bid/random/?2)
}
#body{
  background-image: url(https://api.uuz.bid/random/?1.jpg)
}
footer{
  background-image: url(https://api.uuz.bid/random/?2.jpg)
}

图像: