摘要: public function create(){ $data=input(); $file = $_FILES; //本地的文件路径 $localFilePath = $file['img']['tmp_name']; //截取文件后缀名 //$suffix = '.jpg'; $suffix = 阅读全文
posted @ 2021-08-22 20:57 执着y1份等待 阅读(84) 评论(0) 推荐(0)