if($_SESSION['verify'] != md5($_POST['verify'])) { echo $_POST['verify']; exit(); $this->error('验证码错误!'); }