时间:2022-1-13 作者:Deri 分类: PHP
注意可能包含本级目录(./)和上级目录(../)
//读取文件列表 function FileList($path){ $list = scandir($path); return $list; }
标签: PHP