调用参数:
单张调用:"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)
}
图像: