133: public function uploadImg(){ 139: return false; 150: $upload->allowExts = array('jpg', 'gif', 'png', 'jpeg');// 设置附件上传类型 153: $info = $upload->upload() ;