tthinkphp专题

tthinkPHP 3.2.3版本图片验证码的问题解决方法

实例化Verify,生成验证码的方法 public function vcode(){         ob_clean();         $Verify = new \Think\Verify();           $Verify->fontSize = 14;           $Verify->length   = 4;           $Verify->useNoise