xxxx
This commit is contained in:
9
scripts/自动壁纸更换php/img.php
Normal file
9
scripts/自动壁纸更换php/img.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* PHP随机图显示
|
||||
*/
|
||||
header('Content-Type: text/html; charset=UTF-8');
|
||||
$img_array = glob("./img/*.jpg",GLOB_BRACE);
|
||||
$img = array_rand($img_array);
|
||||
header("location:.$img_array[$img]");
|
||||
?>
|
||||
BIN
scripts/自动壁纸更换php/img/b02.jpg
Normal file
BIN
scripts/自动壁纸更换php/img/b02.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
BIN
scripts/自动壁纸更换php/img/g01.jpg
Normal file
BIN
scripts/自动壁纸更换php/img/g01.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
BIN
scripts/自动壁纸更换php/img/r01.jpg
Normal file
BIN
scripts/自动壁纸更换php/img/r01.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
4
scripts/自动壁纸更换php/说明.txt
Normal file
4
scripts/自动壁纸更换php/说明.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
传到根目录运行img.php即可,img文件夹存放jpg格式的图片。可用于猫壁纸自动切换。
|
||||
|
||||
|
||||
$:Wen
|
||||
Reference in New Issue
Block a user