音乐文件列表
音乐文件列表
| 文件名 |
文件大小 |
if (is_dir($directory)) {
$files = scandir($directory);
foreach ($files as $file) {
if ($file != '.' && $file != '..') {
$filePath = $directory . '/' . $file;
$fileSize = filesize($filePath);
echo "<tr>";
echo "<td>$file</td>";
echo "<td>$fileSize bytes</td>";
echo "</tr>";
}
}
}
?>
</table>
原文地址: https://www.cveoy.top/t/topic/ivIk 著作权归作者所有。请勿转载和采集!
免费AI点我,无需注册和登录