摘要: //上传附件 public function actionUploadFile(){ $outputMsg = null; $insertAtt = []; if(!isset($_FILES['file'])){ return $this->outPut([11,'未接收到正确的文件']); ... 阅读全文
posted @ 2017-04-19 17:34 mokal同学 阅读(169) 评论(0) 推荐(0) 编辑