TAY
zip

php 读取zip压缩包目录和文件 tree

```php function treeToHtml($tree) { $html = '<ul>'; // 先输出文件夹 foreach ($tree as $name =...

xiaocai