CodeIgniter框架之验证码

public function makeCaptcha(){         $this->load->helper('captcha');         $this->load->helper('url');                 //只有 img_path 和 img_url 参数是必须的.         $vals = array(             'word' =>
相关文章
相关标签/搜索