abstract:composer require topthink/think-captcha 在配置文件目錄添加文件 captcha.php return [ 'codeSet'=>'23456789abcdefghijkmnpqrstuvwxyz', 'fontSize'=>18, 'imageW
composer require topthink/think-captcha 在配置文件目錄添加文件 captcha.php return [ 'codeSet'=>'23456789abcdefghijkmnpqrstuvwxyz', 'fontSize'=>18, 'imageW'=>150, 'imageH' => 35, 'length'=>4 ];
Correcting teacher:天蓬老師Correction time:2019-04-11 11:25:33
Teacher's summary:自從用了composer, 是不是感覺(jué)人生到達(dá)了高潮?