<?php

$dir="./html/";

$file=scandir($dir);

print_r($file);

相关内容

回顶部