PHP隨機頭像代碼
Copy code
<?php
$url='tx';
//圖片地址,用相對路徑
$files=array();
if ($handle=opendir("$url")) {
while(false !== ($file = readdir($handle))) {
if ($file != "." && $file != "..") {
if(substr($file,-3)=='gif' || substr($file,-3)=='jpg') $files[count($files)] = ..
遊客僅能瀏覽部分文字內容及圖片,查看全部內容及附件請先 登錄 或 註冊