摘要: $file=Input::file('file'); if ($file->isValid()){ $entension=$file->getClientOriginalExtension();//上传文件的后缀 $newName=date('YmdHis').mt_rand(100,900).'.'.$entension;//设置图片上... 阅读全文
posted @ 2018-01-03 22:27 生如逆旅,一苇以航 阅读(1084) 评论(0) 推荐(0)