自建网站随机头像图片API

随机图片代码如下:

<?php
$seed = time();
$num = rand(1,343);
$picpath = "/api/img/touxaing".$num.".png";
die(header("Location: $picpath"));
?>
 
api.zip
zip文件
13.4M

 

THE END
喜欢就支持一下吧
点赞109赞赏 分享
评论 抢沙发
头像
来发表您的意见和看法把。
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容