摘要: 1.获取文件夹下图片public function albumList(){ $share_url = input('path'); $files = getImgList($share_url); //json格式输出图片路径列表} //获取图片文件列表函数function getImgList( 阅读全文
posted @ 2020-09-30 19:49 北往星辰 阅读(1816) 评论(0) 推荐(0) 编辑
摘要: 1.前端部分:直接请求 2.后端php //zip下载public function downZip(){ $pro_code = "test"; //zip名称 //获取列表 $dir = input('path',''); //文件路径 eg: \\192.168.199.176\2020052 阅读全文
posted @ 2020-09-30 19:25 北往星辰 阅读(459) 评论(0) 推荐(0) 编辑