摘要: ``` // 多图片上传,base64 public function upload_multi() { $pic = $_POST['pic']; if (!$pic) { $this->json->setErr('10001',lang('tips_param_error')); $this->js... 阅读全文
posted @ 2018-09-26 11:49 TBHacker 阅读(1026) 评论(0) 推荐(0)