ZendFormreCaptchaViewScriptDecorator我想在reCAPTCHA字段上使用视图脚本装饰器。如果我将标准视图脚本用作装饰器,则输出是文本输入字段。这是我的标准表单字段视图脚本:1234567891011121314151617181920212223242526272829303132$class='field'.strtolower(end(explode('_',$this->element->getType())));if($this->element->isRequired()){ $class.='required';}if($this->elemen