abstrakt:在項目目錄下用composer 運(yùn)行composer require topthink/think-captcha驗證碼配置 在config目錄下新建配置文件captcha.config$config = [ // 驗證碼字體大小 'fontSize' =>
在項目目錄下用composer 運(yùn)行composer require topthink/think-captcha
驗證碼配置 在config目錄下新建配置文件captcha.config
$config = [
// 驗證碼字體大小
'fontSize' => 30,
// 驗證碼位數(shù)
'length' => 3,
// 關(guān)閉驗證碼雜點
'useNoise' => false, ]
Korrigierender Lehrer:天蓬老師Korrekturzeit:2019-03-28 09:48:29
Zusammenfassung des Lehrers:從5.1開始全面支持組件化開發(fā), 框架的組件化是一個趨勢