public function actionCaptcha(){ return array( 'class'=>'system.web.widgets.captcha.CCaptchaAction', 'height'=>20, 'width'=>20, 'maxLength'=>4, 'minLength'=>4 ); }
public function actions(){ return array( 'captcha'=>array( 'class'=>'system.web.widgets.captcha.CCaptchaAction', 'height'=>25, 'width'=>80, 'maxLength'=>4, 'minLength'=>4 ), ); }
明らかに、最初のレイヤーが欠落しているためです
形式が間違っています
1 つが欠落しています。 、形式に従って、それからのみそれを行うことができます。
レイヤーとは関係ありません。行動に関する質問ですか?
なぜ関係ないのですか? 2 番目の段落にキー キャプチャ (認証コード) はありませんか?
最初の段落で返されたデータの所有権は誰が知っていますか?