composer require topthink/think-captcha 在配置文件目录添加文件 captcha.php return [ 'codeSet'=>'23456789abcdefghijkmnpqrstuvwxyz', 'fontSize'=>18, 'imageW'=>150, 'imageH' => 35, 'length'=>4 ];