// +---------------------------------------------------------------------- namespace think\captcha; use think\Config; class CaptchaController { public function index($id = "") { captcha($id, (array)Config::get('captcha')); } }