在线访问地址:
https://tools.haiyong.site/heisi/
程序介绍:
随机输出美女图片,图片包含各种艳丽美图,图片皆为本地,可自行增删,也可以自行增加功能。
源码搭建:
不需要数据库,装载一个php环境就行,将图片上传之后放入一个image
文件夹,建一个index.php
,代码如下:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
| <!DOCTYPE html> <html> <head> <title>随机调用图片</title> <style> img { max-width: 100%; max-height: 100vh; height: auto; display: block; margin-left: auto; margin-right: auto; } </style> </head> <body> <?php $imageFolder = 'image/'; $imageFiles = scandir($imageFolder); $imageFiles = array_diff($imageFiles, array('..', '.')); $randomImage = $imageFiles[array_rand($imageFiles)]; echo '<img src="' . $imageFolder . $randomImage . '" alt="随机图片">'; ?> </body> </html>
|
图片下载地址:
蓝奏云:https://qingqiuyun.lanzouh.com/iOpwv1mofd0b
程序预览:
美少女API随机调动图片源码+414张美少女黑丝图